Shared library cleanup for -fpic.

This commit is contained in:
Bruce Momjian 1997-01-12 04:25:23 +00:00
parent e2e6b2d730
commit 2595785b9b
1 changed files with 2 additions and 4 deletions

View File

@ -4,7 +4,7 @@
# Makefile for lib (miscellaneous stuff)
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/lib/Makefile,v 1.5 1997/01/10 18:19:02 momjian Exp $
# $Header: /cvsroot/pgsql/src/backend/lib/Makefile,v 1.6 1997/01/12 04:25:23 momjian Exp $
#
#-------------------------------------------------------------------------
@ -15,9 +15,7 @@ INCLUDE_OPT = -I.. \
-I../port/$(PORTNAME) \
-I../../include
ifeq ($(CC), gcc)
CFLAGS+=$(INCLUDE_OPT) -fpic -DPIC
endif
CFLAGS+=$(INCLUDE_OPT) $(CFLAGS_SL)
OBJS = bit.o fstack.o hasht.o lispsort.o qsort.o stringinfo.o dllist.o