Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f92994b

Browse files
committed
Compile ecpg by default.
1 parent 63b01ba commit f92994b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/interfaces/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.12 1998/08/17 03:53:37 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.13 1998/08/24 01:18:51 momjian Exp $
1111
#
1212
#-------------------------------------------------------------------------
1313

@@ -23,7 +23,7 @@ endif
2323

2424
.DEFAULT all install clean dep depend distclean: $(perl-makefile-dep)
2525
$(MAKE) -C libpq $@
26-
# $(MAKE) -C ecpg $@
26+
$(MAKE) -C ecpg $@
2727
ifeq ($(HAVE_Cplusplus), true)
2828
$(MAKE) -C libpq++ $@
2929
else

0 commit comments

Comments
 (0)