From 7deed45913546487c5162c3600a31e614e68a05a Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:51:21 +0000 Subject: Fixed typo preventing working make startup Author: jgg Date: 1998-11-06 02:48:28 GMT Fixed typo preventing working make startup --- buildlib/configure.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildlib/configure.mak b/buildlib/configure.mak index 70578a565..fd4010f83 100644 --- a/buildlib/configure.mak +++ b/buildlib/configure.mak @@ -22,5 +22,5 @@ aclocal.m4: $(BUILD)/config.status: configure test -e $(BUILD) || mkdir $(BUILD) (HERE=`pwd`; cd $(BUILD) && $$HERE/configure) -$(CONVERTED): $(BUILD)/config.status +$(addprefix $(BUILD)/,$(CONVERTED)): $(BUILD)/config.status (cd $(BUILD) && ./config.status) -- cgit v1.2.3