X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=getopt%2FMakefile.in;h=6087fe425d60294378f759a7fe85ecfbca7c9ec7;hb=4427c22f0e1ca9fab2b30e8c73b6f2012085f672;hp=1309412ad1c13eefd8724f3dff47abc475c7f55e;hpb=67fad72dc873923c43d8eaae1f6a4305dc5fd55e;p=ctsim.git diff --git a/getopt/Makefile.in b/getopt/Makefile.in index 1309412..6087fe4 100644 --- a/getopt/Makefile.in +++ b/getopt/Makefile.in @@ -119,7 +119,7 @@ DIST_COMMON = Makefile.am Makefile.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best DEP_FILES = .deps/getopt.P .deps/getopt1.P SOURCES = $(libgetopt_a_SOURCES) @@ -128,7 +128,7 @@ OBJECTS = $(libgetopt_a_OBJECTS) all: all-redirect .SUFFIXES: .SUFFIXES: .S .c .o .s -$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) +$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --gnu getopt/Makefile Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) @@ -184,7 +184,7 @@ TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP) awk ' { files[$$0] = 1; } \ END { for (i in files) print i; }'`; \ test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \ - || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS) + || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags $$unique $(LISP)) mostlyclean-tags: