Bryan Drewery 12 anni fa
parent
commit
8adfb209ff
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      build/autotools/Makefile

+ 2 - 1
build/autotools/Makefile

@@ -19,10 +19,11 @@ autoconf:
 	@echo "Autoconf...."
 	@autoconf
 	@echo "Fixing configure temp paths"
-	@(if ! sed configure \
+	@(if ! sed \
 	  -e 's:config\.log:build/config.log:g' \
 	  -e 's:config\.status:build/config.status:g' \
 	  -e 's:confdefs\.h:build/confdefs.h:g' \
+	  configure \
 	  > ../../configure; then \
 	  echo "FAILED TO FIX configure" >&2; \
           cp configure ../../configure; \