X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=include%2Fyaz%2FMakefile.in;h=f805bc48d2aff986c1904d6a5c1034e793cfee1f;hb=7acd51b7cdffca5ad92a777d2c6e8e9bae1f9fd3;hp=7b65fdce27b0668b7fdf33ebec71d78fe6ac97e8;hpb=6fdf5380057b2e9159050ddbb7cd79c86690a6ef;p=yaz-moved-to-github.git diff --git a/include/yaz/Makefile.in b/include/yaz/Makefile.in index 7b65fdc..f805bc4 100644 --- a/include/yaz/Makefile.in +++ b/include/yaz/Makefile.in @@ -57,12 +57,21 @@ POST_INSTALL = : NORMAL_UNINSTALL = : PRE_UNINSTALL = : POST_UNINSTALL = : +host_alias = @host_alias@ +host_triplet = @host@ +AS = @AS@ ASNMODULE = @ASNMODULE@ CC = @CC@ CPP = @CPP@ +DLLTOOL = @DLLTOOL@ ILLLIB = @ILLLIB@ ILLMODULE = @ILLMODULE@ +LD = @LD@ +LIBTOOL = @LIBTOOL@ +LN_S = @LN_S@ MAKEINFO = @MAKEINFO@ +NM = @NM@ +OBJDUMP = @OBJDUMP@ PACKAGE = @PACKAGE@ RANLIB = @RANLIB@ SUBDIRS_VAR = @SUBDIRS_VAR@ @@ -148,7 +157,7 @@ distdir: $(DISTFILES) @for file in $(DISTFILES); do \ d=$(srcdir); \ if test -d $$d/$$file; then \ - cp -pr $$d/$$file $(distdir)/$$file; \ + cp -pr $$/$$file $(distdir)/$$file; \ else \ test -f $(distdir)/$$file \ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ @@ -200,6 +209,7 @@ clean-am: clean-tags clean-generic mostlyclean-am clean: clean-am distclean-am: distclean-tags distclean-generic clean-am + -rm -f libtool distclean: distclean-am