Diff for /parser3/src/Makefile.in between versions 1.16 and 1.19

version 1.16, 2001/09/05 08:38:11 version 1.19, 2001/09/24 16:48:40
Line 75  OBJDUMP = @OBJDUMP@ Line 75  OBJDUMP = @OBJDUMP@
 PACKAGE = @PACKAGE@  PACKAGE = @PACKAGE@
 RANLIB = @RANLIB@  RANLIB = @RANLIB@
 VERSION = @VERSION@  VERSION = @VERSION@
   XML_SRC = @XML_SRC@
 YACC = @YACC@  YACC = @YACC@
 host_os = @host_os@  host_os = @host_os@
   INCLUDES = $(INCLUDES) -I$(XML_SRC)/xml-xerces/c/src -I$(XML_SRC)/xml-xalan/c/src
   
 SUBDIRS = classes types main libltdl pcre targets  SUBDIRS = classes types main libltdl pcre targets
   
Line 93  install-sh ltconfig ltmain.sh missing mk Line 95  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 275  distdir: $(DISTFILES) Line 277  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.16  
changed lines
  Added in v.1.19


E-mail: