We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63b01ba commit f92994bCopy full SHA for f92994b
src/interfaces/Makefile
@@ -7,7 +7,7 @@
7
#
8
9
# IDENTIFICATION
10
-# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.12 1998/08/17 03:53:37 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.13 1998/08/24 01:18:51 momjian Exp $
11
12
#-------------------------------------------------------------------------
13
@@ -23,7 +23,7 @@ endif
23
24
.DEFAULT all install clean dep depend distclean: $(perl-makefile-dep)
25
$(MAKE) -C libpq $@
26
-# $(MAKE) -C ecpg $@
+ $(MAKE) -C ecpg $@
27
ifeq ($(HAVE_Cplusplus), true)
28
$(MAKE) -C libpq++ $@
29
else
0 commit comments