From 5107125ce24e1efac196a97481d41a9a66673695 Mon Sep 17 00:00:00 2001 From: Craig Small Date: Mon, 4 Mar 2002 01:43:48 +0000 Subject: changed fd_set variables around so no clash --- Makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index a65465c..6b95188 100644 --- a/Makefile.in +++ b/Makefile.in @@ -79,7 +79,7 @@ VERSION = @VERSION@ SUBDIRS = ax25ipd ax25rtd call listen ax25mond -EXTRA_DIST = pathnames.h +EXTRA_DIST = pathnames.h autogen.sh AX25_SYSCONFDIR = $(sysconfdir)/ax25 AX25_LOCALSTATEDIR = $(localstatedir)/ax25 @@ -103,7 +103,7 @@ GZIP_ENV = --best all: all-redirect .SUFFIXES: $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) - cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile + cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) cd $(top_builddir) \ @@ -276,7 +276,7 @@ distdir: $(DISTFILES) top_distdir=`cd $(distdir) && pwd`; \ distdir=`cd $(distdir) && pwd`; \ cd $(top_srcdir) \ - && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile + && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --foreign Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ -- cgit v1.2.3