Diff for /sql/pgsql/Makefile.am between versions 1.6 and 1.7

version 1.6, 2002/06/04 12:58:52 version 1.7, 2002/11/28 09:03:44
Line 17  EXTRA_DIST=config_fixed.h Line 17  EXTRA_DIST=config_fixed.h
   
 update:  update:
         cvs update          cvs update
         $(MAKE)  
   
           $(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
   
           cvs commit
   
   happy: update install-exec

Removed from v.1.6  
changed lines
  Added in v.1.7


E-mail: