X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=blobdiff_plain;f=Makefile.in;h=8af8e6fed70048a6f0ebccd70f45545c9f85c4c0;hp=7e54cfafd9c04cfe9c6d4c5149cf6e0a420cf91f;hb=19af2bd8dfd21731cc978beccd1346133d614c67;hpb=715f35c6d320d5589ea1b80434ab1b2abef823b0 diff --git a/Makefile.in b/Makefile.in index 7e54cfa..8af8e6f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -68,7 +68,7 @@ RANLIB = @RANLIB@ SUBDIRS_VAR = @SUBDIRS_VAR@ VERSION = @VERSION@ -AUTOMAKE_OPTIONS = foreign +AUTOMAKE_OPTIONS = foreign no-dependencies DIST_SUBDIRS = util odr z39.50 asn ill zutil comstack ccl tab retrieval server lib include client ztest doc @@ -79,7 +79,6 @@ SPEC_FILE = $(PACKAGE).spec EXTRA_DIST = $(SPEC_FILE) README LICENSE CHANGELOG TODO windows.txt ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs -CONFIG_HEADER = ./include/yaz/config.h CONFIG_CLEAN_FILES = SCRIPTS = $(noinst_SCRIPTS) @@ -96,7 +95,7 @@ all: all-redirect $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status cd $(top_builddir) \ && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status @@ -235,11 +234,6 @@ distdir: $(DISTFILES) -rm -rf $(distdir) mkdir $(distdir) -chmod 777 $(distdir) - here=`cd $(top_builddir) && pwd`; \ - 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 --foreign Makefile @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \