]> git.saurik.com Git - apt.git/commitdiff
Few more fixes
authorArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:51:19 +0000 (16:51 +0000)
committerArch Librarian <arch@canonical.com>
Mon, 20 Sep 2004 16:51:19 +0000 (16:51 +0000)
Author: jgg
Date: 1998-11-05 00:17:10 GMT
Few more fixes

Makefile

index a7f4a4c221bf1270c0fd505331dc686ff8252011..33f40750545f7ccd61ae14d129b3cff03f7d7b43 100644 (file)
--- 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)