Przeglądaj źródła

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

Arch Librarian 22 lat temu
rodzic
commit
7deed45913
1 zmienionych plików z 1 dodań i 1 usunięć
  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)