summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:51:19 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:51:19 +0000
commit2c618e31b932f5c583bae5f144bef8035e68cb22 (patch)
tree0a2e1ba75e95dd8debf7c81b13038284358dc36d /Makefile
parentee43a304fef46c39f4e6c0329c156c3ccb1c65b7 (diff)
Few more fixes
Author: jgg Date: 1998-11-05 00:17:10 GMT Few more fixes
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a7f4a4c22..33f407505 100644
--- a/Makefile
+++ b/Makefile
@@ -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)