diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:19 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:51:19 +0000 |
commit | 2c618e31b932f5c583bae5f144bef8035e68cb22 (patch) | |
tree | 0a2e1ba75e95dd8debf7c81b13038284358dc36d | |
parent | ee43a304fef46c39f4e6c0329c156c3ccb1c65b7 (diff) |
Few more fixes
Author: jgg
Date: 1998-11-05 00:17:10 GMT
Few more fixes
-rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -33,11 +33,10 @@ configure: aclocal.m4 configure.in aclocal.m4: aclocal -I buildlib -build: - mkdir $(BUILD) $(BUILD)/config.status: configure + test -e $(BUILD) || mkdir $(BUILD) (HERE=`pwd`; cd $(BUILD) && $$HERE/configure) $(BUILD)/include/config.h: buildlib/config.h.in $(BUILD)/environment.mak: buildlib/environment.mak.in -$(CONVERTED): +$(CONVERTED): $(BUILD)/config.status (cd $(BUILD) && ./config.status) |