Quellcode durchsuchen

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

Arch Librarian vor 22 Jahren
Ursprung
Commit
7deed45913
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      buildlib/configure.mak

+ 1 - 1
buildlib/configure.mak

@@ -22,5 +22,5 @@ aclocal.m4:
 $(BUILD)/config.status: configure
 $(BUILD)/config.status: configure
 	test -e $(BUILD) || mkdir $(BUILD)	
 	test -e $(BUILD) || mkdir $(BUILD)	
 	(HERE=`pwd`; cd $(BUILD) && $$HERE/configure)
 	(HERE=`pwd`; cd $(BUILD) && $$HERE/configure)
-$(CONVERTED): $(BUILD)/config.status
+$(addprefix $(BUILD)/,$(CONVERTED)): $(BUILD)/config.status
 	(cd $(BUILD) && ./config.status)
 	(cd $(BUILD) && ./config.status)