From: Tom Lane <tgl@sss.pgh.pa.us>To: pgsql-patches@postgreSQL.org


			
			
				REL6_4
			
			
		
Marc G. Fournier 27 years ago
parent cf9ecbdabb
commit 91162057ae
  1. 4
      src/interfaces/Makefile

@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.11 1998/08/17 03:50:19 scrappy Exp $ # $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.12 1998/08/17 03:53:37 scrappy Exp $
# #
#------------------------------------------------------------------------- #-------------------------------------------------------------------------
@ -21,7 +21,7 @@ ifeq ($(USE_PERL), true)
endif endif
.DEFAULT all: $(perl-makefile-dep) .DEFAULT all install clean dep depend distclean: $(perl-makefile-dep)
$(MAKE) -C libpq $@ $(MAKE) -C libpq $@
# $(MAKE) -C ecpg $@ # $(MAKE) -C ecpg $@
ifeq ($(HAVE_Cplusplus), true) ifeq ($(HAVE_Cplusplus), true)

Loading…
Cancel
Save