Explorar o código

Fixed typo preventing working make startup
Author: jgg
Date: 1998-11-06 02:48:28 GMT
Fixed typo preventing working make startup

Arch Librarian %!s(int64=22) %!d(string=hai) anos
pai
achega
7deed45913
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      buildlib/configure.mak

+ 1 - 1
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)