summaryrefslogtreecommitdiffstats
path: root/ax25ipd/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'ax25ipd/Makefile.in')
-rw-r--r--ax25ipd/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/ax25ipd/Makefile.in b/ax25ipd/Makefile.in
index cb1c4de..8328d6a 100644
--- a/ax25ipd/Makefile.in
+++ b/ax25ipd/Makefile.in
@@ -142,7 +142,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 ax25ipd/Makefile
+ cd $(top_srcdir) && $(AUTOMAKE) --foreign ax25ipd/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
cd $(top_builddir) \
@@ -345,7 +345,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 ax25ipd/Makefile
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign ax25ipd/Makefile
@for file in $(DISTFILES); do \
d=$(srcdir); \
if test -d $$d/$$file; then \