mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
42 lines
1.3 KiB
Text
42 lines
1.3 KiB
Text
--- Makefile.in.orig Wed Sep 19 20:59:58 2001
|
|
+++ Makefile.in Wed Sep 19 21:01:26 2001
|
|
@@ -245,22 +245,15 @@
|
|
all: docs-am all-redirect
|
|
.SUFFIXES:
|
|
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
|
-#>- cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps ./Makefile
|
|
-#>+ 2
|
|
- cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps ./Makefile
|
|
- cd $(top_srcdir) && perl admin/am_edit Makefile.in
|
|
|
|
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
cd $(top_builddir) \
|
|
&& CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
|
|
$(ACLOCAL_M4): configure.in acinclude.m4
|
|
- cd $(srcdir) && $(ACLOCAL)
|
|
|
|
config.status: $(srcdir)/configure.in $(CONFIG_STATUS_DEPENDENCIES)
|
|
- $(SHELL) ./config.status --recheck
|
|
$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
|
|
- cd $(srcdir) && $(AUTOCONF)
|
|
|
|
config.h: stamp-h
|
|
@if test ! -f $@; then \
|
|
@@ -278,7 +271,6 @@
|
|
$(MAKE) $(srcdir)/stamp-h.in; \
|
|
else :; fi
|
|
$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
|
- cd $(top_srcdir) && $(AUTOHEADER)
|
|
@echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
|
|
|
|
mostlyclean-hdr:
|
|
@@ -542,8 +534,6 @@
|
|
|
|
#>+ 5
|
|
force-reedit:
|
|
- cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps ./Makefile
|
|
- cd $(top_srcdir) && perl admin/am_edit Makefile.in
|
|
|
|
|
|
#>+ 2
|