diff options
Diffstat (limited to 'src/interfaces/ecpg/lib')
-rw-r--r-- | src/interfaces/ecpg/lib/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/interfaces/ecpg/lib/Makefile b/src/interfaces/ecpg/lib/Makefile index e512d304764..775ac24f72c 100644 --- a/src/interfaces/ecpg/lib/Makefile +++ b/src/interfaces/ecpg/lib/Makefile @@ -4,7 +4,7 @@ # # Copyright (c) 1994, Regents of the University of California # -# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile,v 1.14 2001/12/23 12:17:41 meskes Exp $ +# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile,v 1.15 2002/01/08 20:41:26 petere Exp $ # #------------------------------------------------------------------------- @@ -12,8 +12,6 @@ subdir = src/interfaces/ecpg/lib top_builddir = ../../../.. include $(top_builddir)/src/Makefile.global -CFLAGS=-g - NAME= ecpg SO_MAJOR_VERSION= 3 SO_MINOR_VERSION= 3.0 |