--- parser3/Makefile.in 2003/04/16 07:12:36 1.48.2.5.2.6 +++ parser3/Makefile.in 2004/05/26 15:11:15 1.60.2.1 @@ -112,7 +112,6 @@ build_alias = @build_alias@ build_cpu = @build_cpu@ build_os = @build_os@ build_vendor = @build_vendor@ -charsetsdir = @charsetsdir@ commentcharset_koi8r = @commentcharset_koi8r@ commentcharset_windows1250 = @commentcharset_windows1250@ commentcharset_windows1251 = @commentcharset_windows1251@ @@ -140,13 +139,12 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ -sqldriversdir = @sqldriversdir@ subdirs = @subdirs@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ SUBDIRS = src etc bin -EXTRA_DIST = operators.txt parser3.dsw +EXTRA_DIST = operators.txt parser3.sln subdir = . ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs @@ -534,13 +532,13 @@ commit: # thus causing redundant remaking: # aclocal+autoconf+automake - cvs commit -m "no message" -f acsite.m4 - cvs commit -m "no message" -f acinclude.m4 - 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 -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.in + cvs commit -m "$(m)" -f configure cvs commit