ports/devel/autoconf/2.54/patches/patch-bin_Makefile_in

14 lines
535 B
Text

--- bin/Makefile.in.orig Fri Sep 13 10:15:20 2002
+++ bin/Makefile.in Sat Mar 8 14:09:52 2008
@@ -346,7 +346,10 @@ uninstall-am: uninstall-binSCRIPTS uninstall-info-am
$(srcdir)/autoconf.in: $(srcdir)/autoconf.as $(m4sh_m4f_dependencies)
$(AUTOM4SH) $(srcdir)/autoconf.as -o $@
-autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te: Makefile
+
+# BSD make does not handle this correctly
+#autoconf autoheader autoreconf autoupdate ifnames autoscan autom4te: Makefile
+
.in:
rm -f $@ $@.tmp
$(edit) $< >$@.tmp