--- parser3/src/Makefile.in 2001/10/11 09:37:58 1.27 +++ parser3/src/Makefile.in 2001/10/15 12:12:36 1.29 @@ -84,7 +84,6 @@ YACC = @YACC@ host_os = @host_os@ SUBDIRS = classes types main libltdl pcre targets - LIBTOOL_DEPS = @LIBTOOL_DEPS@ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -98,7 +97,7 @@ install-sh ltconfig ltmain.sh missing mk DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) -TAR = gtar +TAR = tar GZIP_ENV = --best all: all-redirect .SUFFIXES: @@ -280,7 +279,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 \ @@ -368,6 +367,7 @@ uninstall-am uninstall all-redirect all- installdirs mostlyclean-generic distclean-generic clean-generic \ maintainer-clean-generic clean mostlyclean distclean maintainer-clean + libtool: $(LIBTOOL_DEPS) $(SHELL) ./config.status --recheck