From: Thomas G. Lockhart <lockhart@fourpalms.org>
Date: Thu, 1 Jan 1998 05:59:24 +0000 (+0000)
Subject: Remove declaration for -DLINUX_ELF since testing for __ELF__ in code.
X-Git-Tag: REL6_3~423
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e447a467fa76a06c3f64fdee4abe104656386bdc;p=postgresql

Remove declaration for -DLINUX_ELF since testing for __ELF__ in code.
---

diff --git a/src/makefiles/Makefile.linux b/src/makefiles/Makefile.linux
index 7179f0b0ad..8b440692c6 100644
--- a/src/makefiles/Makefile.linux
+++ b/src/makefiles/Makefile.linux
@@ -1,4 +1,7 @@
 ifdef LINUX_ELF
+# test for __ELF__ in C code so do not need LINUX_ELF defined
+# - thomas 1997-12-29
+#CFLAGS+= -DLINUX_ELF
 LDFLAGS+= -export-dynamic -Wl,-rpath -Wl,$(DESTDIR)$(LIBDIR)
 endif
 MK_NO_LORDER= true