1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +03:00

cleanup for LINUX_ELF

This commit is contained in:
Bruce Momjian
1997-01-10 18:55:24 +00:00
parent 37c168f6ba
commit 63b22d8aa9
4 changed files with 18 additions and 19 deletions

View File

@@ -4,7 +4,7 @@
# Makefile for utils/fmgr
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/utils/fmgr/Makefile,v 1.2 1996/11/09 06:23:18 momjian Exp $
# $Header: /cvsroot/pgsql/src/backend/utils/fmgr/Makefile,v 1.3 1997/01/10 18:55:00 momjian Exp $
#
#-------------------------------------------------------------------------
@@ -20,9 +20,9 @@ CFLAGS+=$(INCLUDE_OPT)
ifeq ($(PORTNAME), linux)
# LINUX_ELF tells us to use the ELF dynamic load facilities that come with
# Linux.
ifdef LINUX_ELF
CFLAGS+=-DLINUX_ELF
endif
ifdef LINUX_ELF
CFLAGS+=-DLINUX_ELF
endif
endif
OBJS = dfmgr.o fmgr.o