Преглед изворни кода

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 година
родитељ
комит
7deed45913
1 измењених фајлова са 1 додато и 1 уклоњено
  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)