summaryrefslogtreecommitdiff
path: root/src/makefiles
diff options
context:
space:
mode:
authorBruce Momjian1998-04-06 01:36:41 +0000
committerBruce Momjian1998-04-06 01:36:41 +0000
commit066ee9a2e98d5587a3a9bb71711f900e1f5d161e (patch)
treef830e9f83eacdc81cfbdef642fcf2ce9fc2c213f /src/makefiles
parent5523beb949241d9ed498aa51eb6c91f7100e7e46 (diff)
Make DESTDIR consistent, and verious Linux cleanups.
Diffstat (limited to 'src/makefiles')
-rw-r--r--src/makefiles/Makefile.linux2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/makefiles/Makefile.linux b/src/makefiles/Makefile.linux
index 5a1293ac4c9..ab9d22fa751 100644
--- a/src/makefiles/Makefile.linux
+++ b/src/makefiles/Makefile.linux
@@ -1,4 +1,4 @@
-LDFLAGS+= -export-dynamic -Wl,-rpath -Wl,$(LIBDIR)
+LDFLAGS+= -export-dynamic #-Wl,-rpath -Wl,$(DESTDIR)$(LIBDIR)
MK_NO_LORDER= true
%.so: %.o