6fd2d188b8
while we're there.
16 lines
605 B
Plaintext
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
|