diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1998-02-12 02:14:59 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1998-02-12 02:14:59 +0000 |
| commit | 7783c2b9ff236694266dc41435e614bab3010b23 (patch) | |
| tree | d6c2ab650ba497a3ed904753856defdc504a43fd /src/interfaces/Makefile | |
| parent | 1e7fed7fd9b6e55f012ef1e48e1f8bfb53a3102b (diff) | |
| download | postgresql-7783c2b9ff236694266dc41435e614bab3010b23.tar.gz | |
Remove configure code from ecpg, as well as remove the 'for' loop from the
Makefile, as it isn't appropriate for GNUmake
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 6462e78318..cf83ff0839 100644 --- a/src/interfaces/Makefile +++ b/src/interfaces/Makefile @@ -7,7 +7,7 @@ # # # IDENTIFICATION -# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.5 1998/02/11 15:17:47 scrappy Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/Makefile,v 1.6 1998/02/12 02:14:14 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 |
