diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:20 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:20 +0000 |
commit | bfd22fc0ac2632c6196f5149dc3b3671d9ff15e0 (patch) | |
tree | 2affe097f22065e344d2fc8921049ea7e3185d9b /buildlib | |
parent | 46976ca4e7393625fb25728d876e0c15b7e55c15 (diff) |
Working acquire code
Author: jgg
Date: 1998-11-05 07:21:35 GMT
Working acquire code
Diffstat (limited to 'buildlib')
-rw-r--r-- | buildlib/configure.mak | 9 |
1 files changed, 0 insertions, 9 deletions
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 - |