openbsd-ports/devel/autoconf/2.54/patches/patch-bin_Makefile_in
2008-03-15 07:24:38 +00:00

16 lines
605 B
Plaintext

$OpenBSD: patch-bin_Makefile_in,v 1.2 2008/03/15 07:24:38 espie Exp $
--- 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