summaryrefslogtreecommitdiffstats
path: root/call/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'call/Makefile.in')
-rw-r--r--call/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/call/Makefile.in b/call/Makefile.in
index f2597bd..2be26ca 100644
--- a/call/Makefile.in
+++ b/call/Makefile.in
@@ -129,7 +129,7 @@ all: all-redirect
.SUFFIXES:
.SUFFIXES: .S .c .lo .o .obj .s
$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
- cd $(top_srcdir) && $(AUTOMAKE) --gnu call/Makefile
+ cd $(top_srcdir) && $(AUTOMAKE) --foreign call/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
cd $(top_builddir) \
@@ -280,7 +280,7 @@ distdir: $(DISTFILES)
top_distdir=`cd $(top_distdir) && pwd`; \
distdir=`cd $(distdir) && pwd`; \
cd $(top_srcdir) \
- && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu call/Makefile
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign call/Makefile
@for file in $(DISTFILES); do \
d=$(srcdir); \
if test -d $$d/$$file; then \