Diff for /parser3/src/Makefile.in between versions 1.11 and 1.17

version 1.11, 2001/08/27 12:02:24 version 1.17, 2001/09/07 12:46:18
Line 59  PRE_UNINSTALL = : Line 59  PRE_UNINSTALL = :
 POST_UNINSTALL = :  POST_UNINSTALL = :
 host_alias = @host_alias@  host_alias = @host_alias@
 host_triplet = @host@  host_triplet = @host@
   APACHE13_SRC = @APACHE13_SRC@
 AS = @AS@  AS = @AS@
 AWK = @AWK@  AWK = @AWK@
 CC = @CC@  CC = @CC@
Line 78  YACC = @YACC@ Line 79  YACC = @YACC@
 host_os = @host_os@  host_os = @host_os@
   
 SUBDIRS = classes types main libltdl pcre targets  SUBDIRS = classes types main libltdl pcre targets
   
 LIBTOOL_DEPS = @LIBTOOL_DEPS@  LIBTOOL_DEPS = @LIBTOOL_DEPS@
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4  ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs  mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
Line 362  uninstall-am uninstall all-redirect all- Line 362  uninstall-am uninstall all-redirect all-
 installdirs mostlyclean-generic distclean-generic clean-generic \  installdirs mostlyclean-generic distclean-generic clean-generic \
 maintainer-clean-generic clean mostlyclean distclean maintainer-clean  maintainer-clean-generic clean mostlyclean distclean maintainer-clean
   
   
 libtool: $(LIBTOOL_DEPS)  libtool: $(LIBTOOL_DEPS)
         $(SHELL) ./config.status --recheck          $(SHELL) ./config.status --recheck
   
   
 # Tell versions [3.59,3.63) of GNU make to not export all variables.  # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.  # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:  .NOEXPORT:

Removed from v.1.11  
changed lines
  Added in v.1.17


E-mail: