From 2c618e31b932f5c583bae5f144bef8035e68cb22 Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:51:19 +0000 Subject: Few more fixes Author: jgg Date: 1998-11-05 00:17:10 GMT Few more fixes --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') 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) -- cgit v1.2.3