mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 00:09:15 -04:00
12 lines
608 B
Text
12 lines
608 B
Text
--- Makefile.in.orig 2014-01-25 23:25:32.000000000 +0100
|
|
+++ Makefile.in 2014-01-27 13:14:16.876831395 +0100
|
|
@@ -89,8 +89,7 @@
|
|
$(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
|
|
$(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
|
|
$(top_srcdir)/configure.ac
|
|
-am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
|
|
- $(ACLOCAL_M4)
|
|
+am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES)
|
|
am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
|
|
configure.lineno config.status.lineno
|
|
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
|