--- parser3/Makefile.in 2002/09/02 12:20:56 1.18 +++ parser3/Makefile.in 2002/12/20 14:38:05 1.40 @@ -79,6 +79,7 @@ XML_LIBS = @XML_LIBS@ YACC = @YACC@ charsetsdir = @charsetsdir@ commentcharset_ = @commentcharset_@ +dll_extension = @dll_extension@ host_os = @host_os@ mysql_client = @mysql_client@ oracle_client = @oracle_client@ @@ -94,8 +95,8 @@ CONFIG_HEADER = ./src/include/pa_config_ CONFIG_CLEAN_FILES = DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \ Makefile.in NEWS acconfig.h acinclude.m4 aclocal.m4 config.guess \ -config.sub configure configure.in install-sh missing mkinstalldirs \ -src/include/pa_config_auto.h.in src/include/stamp-h.in +config.sub configure configure.in install-sh ltmain.sh missing \ +mkinstalldirs src/include/pa_config_auto.h.in src/include/stamp-h.in DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) @@ -377,6 +378,23 @@ 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 "no message" -f acinclude.m4 + cvs commit -m "no message" -f acconfig.h + cvs commit -m "no message" -f aclocal.m4 + cvs commit -m "no message" -f Makefile.am + cvs commit -m "no message" -f Makefile.in + cvs commit -m "no message" -f configure.in + cvs commit -m "no message" -f configure + + cvs commit + happy: update install-exec # Tell versions [3.59,3.63) of GNU make to not export all variables.