summaryrefslogtreecommitdiff
path: root/common/ugcc_top.mak
diff options
context:
space:
mode:
authorHenry Stiles <henry.stiles@artifex.com>2001-08-03 17:20:00 +0000
committerHenry Stiles <henry.stiles@artifex.com>2001-08-03 17:20:00 +0000
commitd7c9d5902ebf73ae59eb0d89384149b8b3f16324 (patch)
tree6b9beb4f54074aa51d3e5c8238b4c4e188e81fc5 /common/ugcc_top.mak
parentab46e6253578d43572e15ce7a0b3b3bcd72b8eea (diff)
removes obsolete makefile and gets rid of LD_LIBRARY_PATH - thanks to
Raph for pointing out this security problem already fixed in gs. git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@1440 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'common/ugcc_top.mak')
-rw-r--r--common/ugcc_top.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/ugcc_top.mak b/common/ugcc_top.mak
index abe0db338..5987d79f9 100644
--- a/common/ugcc_top.mak
+++ b/common/ugcc_top.mak
@@ -85,4 +85,4 @@ $(TARGET_XE): $(GENDIR)/ldgs.tr $(GENDIR)/ldconf.tr $(MAIN_OBJ) $(TOP_OBJ)
$(ECHOGS_XE) -a $(GENDIR)/ldall.tr -n -s $(XOBJS) -s
cat $(GENDIR)/ldgs.tr $(GENDIR)/ldconf.tr >>$(GENDIR)/ldall.tr
$(ECHOGS_XE) -a $(GENDIR)/ldall.tr -s - $(MAIN_OBJ) $(EXTRALIBS) $(STDLIBS)
- LD_RUN_PATH=$(XLIBDIR); export LD_RUN_PATH; sh <$(GENDIR)/ldall.tr
+ sh <$(GENDIR)/ldall.tr