freebsd-ports/japanese/xyaku/files/patch-Makefile.in
David Thiel e4c48dbaf1 Fix autoconf build issue.
PR:		ports/123096
Submitted by:	Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp>
2008-04-27 22:24:55 +00:00

11 lines
434 B
Text

--- Makefile.in.orig 2008-04-27 15:21:08.000000000 -0700
+++ Makefile.in 2008-04-27 15:21:36.000000000 -0700
@@ -112,7 +112,7 @@
all: all-redirect
.SUFFIXES:
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
+ cd $(top_srcdir) && $(AUTOMAKE) Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) \