From bfd22fc0ac2632c6196f5149dc3b3671d9ff15e0 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:51:20 +0000 Subject: Working acquire code Author: jgg Date: 1998-11-05 07:21:35 GMT Working acquire code --- buildlib/configure.mak | 9 --------- 1 file changed, 9 deletions(-) (limited to 'buildlib') diff --git a/buildlib/configure.mak b/buildlib/configure.mak index 64c3179d1..70578a565 100644 --- a/buildlib/configure.mak +++ b/buildlib/configure.mak @@ -24,12 +24,3 @@ $(BUILD)/config.status: configure (HERE=`pwd`; cd $(BUILD) && $$HERE/configure) $(CONVERTED): $(BUILD)/config.status (cd $(BUILD) && ./config.status) - -# We include the environment if it exists and re-export it to configure. This -# allows someone to edit it and not have their changes blown away. -Env = $(wildcard $(BUILD)/environment.mak) -ifneq ($(words $(Env)),0) -include $(Env) -export CFLAGS CXXFLAGS CPPFLAGS LDFLAGS PICFLAGS -endif - -- cgit v1.2.3