summaryrefslogtreecommitdiffstats
path: root/listen/Makefile.in
diff options
context:
space:
mode:
authorCraig Small <csmall@enc.com.au>2002-03-04 01:43:48 +0000
committerCraig Small <csmall@enc.com.au>2002-03-04 01:43:48 +0000
commit5107125ce24e1efac196a97481d41a9a66673695 (patch)
treeed29cd32f82b549417f62ed8799b1ba8650310f2 /listen/Makefile.in
parent9334703d7b98912885f6631a46f290374dbb0b0b (diff)
changed fd_set variables around so no clashax25-apps-0.0.6
Diffstat (limited to 'listen/Makefile.in')
-rw-r--r--listen/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/listen/Makefile.in b/listen/Makefile.in
index 84de815..fc42c2f 100644
--- a/listen/Makefile.in
+++ b/listen/Makefile.in
@@ -133,7 +133,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 listen/Makefile
+ cd $(top_srcdir) && $(AUTOMAKE) --foreign listen/Makefile
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
cd $(top_builddir) \
@@ -284,7 +284,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 listen/Makefile
+ && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign listen/Makefile
@for file in $(DISTFILES); do \
d=$(srcdir); \
if test -d $$d/$$file; then \