Diff for /parser3/src/Makefile.in between versions 1.26 and 1.30

version 1.26, 2001/10/11 09:29:35 version 1.30, 2001/10/19 15:14:19
Line 98  install-sh ltconfig ltmain.sh missing mk Line 98  install-sh ltconfig ltmain.sh missing mk
   
 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)  DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
   
 TAR = tar  TAR = gtar
 GZIP_ENV = --best  GZIP_ENV = --best
 all: all-redirect  all: all-redirect
 .SUFFIXES:  .SUFFIXES:
Line 280  distdir: $(DISTFILES) Line 280  distdir: $(DISTFILES)
         @for file in $(DISTFILES); do \          @for file in $(DISTFILES); do \
           d=$(srcdir); \            d=$(srcdir); \
           if test -d $$d/$$file; then \            if test -d $$d/$$file; then \
             cp -pr $$/$$file $(distdir)/$$file; \              cp -pr $$d/$$file $(distdir)/$$file; \
           else \            else \
             test -f $(distdir)/$$file \              test -f $(distdir)/$$file \
             || ln $$d/$$file $(distdir)/$$file 2> /dev/null \              || ln $$d/$$file $(distdir)/$$file 2> /dev/null \

Removed from v.1.26  
changed lines
  Added in v.1.30


E-mail: