mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
07eded5f23
libraries. Reported by: bento.freebsd.org
14 lines
685 B
Plaintext
14 lines
685 B
Plaintext
--- Makefile.in.ORIG Thu Mar 30 22:23:32 2000
|
|
+++ Makefile.in Thu Mar 30 22:23:50 2000
|
|
@@ -197,8 +197,8 @@
|
|
all: all-redirect
|
|
.SUFFIXES:
|
|
.SUFFIXES: .1 .3 .5 .8 .cat1 .cat3 .cat5 .cat8 .et .h .x
|
|
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/Makefile.am.common $(top_srcdir)/cf/Makefile.am.common
|
|
- cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
|
|
+#$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) $(top_srcdir)/Makefile.am.common $(top_srcdir)/cf/Makefile.am.common
|
|
+# cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile
|
|
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
cd $(top_builddir) \
|