--- parser3/Makefile.in 2012/06/09 13:10:28 1.100 +++ parser3/Makefile.in 2012/06/11 22:20:03 1.106 @@ -36,7 +36,7 @@ POST_UNINSTALL = : host_triplet = @host@ DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ $(srcdir)/Makefile.in $(top_srcdir)/configure AUTHORS COPYING \ - ChangeLog INSTALL NEWS compile config.guess config.sub depcomp \ + ChangeLog INSTALL NEWS config.guess config.sub depcomp \ install-sh ltmain.sh missing subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 @@ -100,7 +100,6 @@ CONVENIENCE_LTDL_FALSE = @CONVENIENCE_LT CONVENIENCE_LTDL_TRUE = @CONVENIENCE_LTDL_TRUE@ CPP = @CPP@ CPPFLAGS = @CPPFLAGS@ -CPP_LIBS = @CPP_LIBS@ CXX = @CXX@ CXXCPP = @CXXCPP@ CXXDEPMODE = @CXXDEPMODE@ @@ -232,6 +231,7 @@ sys_symbol_underscore = @sys_symbol_unde sysconfdir = @sysconfdir@ target_alias = @target_alias@ SUBDIRS = src etc bin +ACLOCAL_AMFLAGS = -I src/lib/ltdl/m4 EXTRA_DIST = operators.txt parser3.sln gnu.vcproj buildall-with-xml buildall-without-xml acsite.m4 all: all-recursive @@ -639,29 +639,11 @@ uninstall-info: uninstall-info-recursive tags tags-recursive uninstall uninstall-am uninstall-info-am -update: - cvs update - $(MAKE) - commit: -# trick to make 'make' happy at check out time -# without this aclocal.m4 never updates -# and becomes older than it's prerequisities -# thus causing redundant remaking: -# aclocal+autoconf+automake - - cvs commit -m "$(m)" -f configure.in - cvs commit -m "$(m)" -f acsite.m4 - cvs commit -m "$(m)" -f acinclude.m4 - cvs commit -m "$(m)" -f aclocal.m4 - cvs commit -m "$(m)" -f Makefile.am - cvs commit -m "$(m)" -f Makefile.in - cvs commit -m "$(m)" -f configure - cvs commit -m "$(m)" -f src/include/pa_config_auto.h.in - - cvs commit +# trick to make 'make' happy at check out time +# and avoid redundant remaking: aclocal+autoconf+automake -happy: update install-exec + cvs commit -m "no message" -f configure.in acsite.m4 aclocal.m4 Makefile.am Makefile.in configure src/include/pa_config_auto.h.in # 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. .NOEXPORT: