From: Arch Librarian Date: Mon, 20 Sep 2004 16:51:19 +0000 (+0000) Subject: Few more fixes X-Git-Tag: 0.7.24ubuntu1~1652 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/2c618e31b932f5c583bae5f144bef8035e68cb22?ds=inline Few more fixes Author: jgg Date: 1998-11-05 00:17:10 GMT Few more fixes --- 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)