projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
37f17d3
)
Remove declaration for -DLINUX_ELF since testing for __ELF__ in code.
author
Thomas G. Lockhart
Thu, 1 Jan 1998 05:59:24 +0000
(
05:59
+0000)
committer
Thomas G. Lockhart
Thu, 1 Jan 1998 05:59:24 +0000
(
05:59
+0000)
src/makefiles/Makefile.linux
patch
|
blob
|
blame
|
history
diff --git
a/src/makefiles/Makefile.linux
b/src/makefiles/Makefile.linux
index 7179f0b0ad6de35e33793a2bcf8e5c10ae3e30b0..8b440692c6d5926af5fef0de7919fbb17071809f 100644
(file)
--- 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