forked from Lainports/freebsd-ports
42 lines
1.3 KiB
Text
42 lines
1.3 KiB
Text
--- Makefile.in.orig Sat Oct 18 01:37:05 2003
|
|
+++ Makefile.in Mon Oct 20 22:37:00 2003
|
|
@@ -131,39 +131,6 @@
|
|
all: all-redirect
|
|
.SUFFIXES:
|
|
.SUFFIXES: .S .c .o .s
|
|
-$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
|
|
- cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps Makefile
|
|
-
|
|
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
- cd $(top_builddir) \
|
|
- && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
|
-
|
|
-$(ACLOCAL_M4): configure.in
|
|
- cd $(srcdir) && $(ACLOCAL)
|
|
-
|
|
-config.status: $(srcdir)/configure $(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 \
|
|
- rm -f stamp-h; \
|
|
- $(MAKE) stamp-h; \
|
|
- else :; fi
|
|
-stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
|
|
- cd $(top_builddir) \
|
|
- && CONFIG_FILES= CONFIG_HEADERS=config.h \
|
|
- $(SHELL) ./config.status
|
|
- @echo timestamp > stamp-h 2> /dev/null
|
|
-$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
|
|
- @if test ! -f $@; then \
|
|
- rm -f $(srcdir)/stamp-h.in; \
|
|
- $(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:
|
|
|