2015-03-03 13:11:06 +01:00
|
|
|
---
|
|
|
|
Makefile.in | 2 --
|
2015-03-03 14:13:58 +01:00
|
|
|
contrib/Makefile.in | 22 ----------------------
|
|
|
|
2 files changed, 24 deletions(-)
|
2015-03-03 13:11:06 +01:00
|
|
|
|
|
|
|
--- Makefile.in
|
2015-03-03 14:13:58 +01:00
|
|
|
+++ Makefile.in 2015-03-03 12:08:59.000000000 +0000
|
2015-03-03 13:11:06 +01:00
|
|
|
@@ -286,8 +286,6 @@ all: config.h
|
|
|
|
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
|
|
|
|
|
|
|
.SUFFIXES:
|
|
|
|
-am--refresh:
|
|
|
|
- @:
|
|
|
|
$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
|
|
|
@for dep in $?; do \
|
|
|
|
case '$(am__configure_deps)' in \
|
|
|
|
--- contrib/Makefile.in
|
2015-03-03 14:13:58 +01:00
|
|
|
+++ contrib/Makefile.in 2015-03-03 13:03:12.306018770 +0000
|
|
|
|
@@ -320,28 +320,6 @@ all: all-recursive
|
2015-03-03 13:11:06 +01:00
|
|
|
|
|
|
|
.SUFFIXES:
|
|
|
|
.SUFFIXES: .m4 .in .c .l .lo .o .obj
|
|
|
|
-$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
|
|
|
|
- @for dep in $?; do \
|
|
|
|
- case '$(am__configure_deps)' in \
|
|
|
|
- *$$dep*) \
|
|
|
|
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
|
|
|
|
- && exit 0; \
|
|
|
|
- exit 1;; \
|
|
|
|
- esac; \
|
|
|
|
- done; \
|
|
|
|
- echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu contrib/Makefile'; \
|
|
|
|
- cd $(top_srcdir) && \
|
|
|
|
- $(AUTOMAKE) --gnu contrib/Makefile
|
2015-03-03 14:13:58 +01:00
|
|
|
-.PRECIOUS: Makefile
|
|
|
|
-Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
|
|
|
|
- @case '$?' in \
|
|
|
|
- *config.status*) \
|
|
|
|
- cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
|
|
|
|
- *) \
|
|
|
|
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
|
|
|
|
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
|
|
|
|
- esac;
|
|
|
|
-
|
|
|
|
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
|
|
|
|
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
|
|
|
|
|