diff options
| author | Marc G. Fournier | 1998-02-17 01:48:12 +0000 |
|---|---|---|
| committer | Marc G. Fournier | 1998-02-17 01:48:12 +0000 |
| commit | 25ad1439e100f3ec8917b322789d838ae7b64e5e (patch) | |
| tree | 466616915031bc0b7aa2ad030587e5d9f742c624 /src/interfaces/Makefile | |
| parent | 30f737f6b1fc7f4d2ff685230ef97add5f457810 (diff) | |
Major update of ecpg preprocessor
From: Michael Meskes <meskes@topsystem.de>
Diffstat (limited to 'src/interfaces/Makefile')
| -rw-r--r-- | src/interfaces/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/interfaces/Makefile b/src/interfaces/Makefile index cf83ff0839d..5dac21202cf 100644 --- a/src/interfaces/Makefile +++ b/src/interfaces/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.6 1998/02/12 02:14:14 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.7 1998/02/17 01:47:19 scrappy Exp $ # #------------------------------------------------------------------------- @@ -16,7 +16,7 @@ include $(SRCDIR)/Makefile.global .DEFAULT all: $(MAKE) -C libpq $@ -# $(MAKE) -C ecpg $@ + $(MAKE) -C ecpg $@ ifeq ($(HAVE_Cplusplus), true) $(MAKE) -C libpq++ $@ else |
