Skip to content

Commit 154ccb6

Browse files
committed
Revert last change (CFLAGS+=-g). Probably was a mistake...
1 parent aecd85d commit 154ccb6

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/interfaces/ecpg/lib/Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@
44
#
55
# Copyright (c) 1994, Regents of the University of California
66
#
7-
# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile,v 1.14 2001/12/23 12:17:41 meskes Exp $
7+
# $Header: /cvsroot/pgsql/src/interfaces/ecpg/lib/Attic/Makefile,v 1.15 2002/01/08 20:41:26 petere Exp $
88
#
99
#-------------------------------------------------------------------------
1010

1111
subdir = src/interfaces/ecpg/lib
1212
top_builddir = ../../../..
1313
include $(top_builddir)/src/Makefile.global
1414

15-
CFLAGS=-g
16-
1715
NAME= ecpg
1816
SO_MAJOR_VERSION= 3
1917
SO_MINOR_VERSION= 3.0

src/interfaces/ecpg/preproc/Makefile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
# $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.79 2001/12/23 12:17:41 meskes Exp $
1+
# $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Makefile,v 1.80 2002/01/08 20:41:28 petere Exp $
22

33
subdir = src/interfaces/ecpg/preproc
44
top_builddir = ../../../..
55
include $(top_builddir)/src/Makefile.global
66

7-
CFLAGS+=-g
8-
97
MAJOR_VERSION=2
108
MINOR_VERSION=9
119
PATCHLEVEL=0

0 commit comments

Comments
 (0)