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