Skip to content
Snippets Groups Projects
Commit 2dfee934 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

Remove DISTDIR.

parent fdb37f07
Branches
Tags
No related merge requests found
......@@ -2,7 +2,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)
LDFLAGS+= -export-dynamic -Wl,-rpath -Wl,$(LIBDIR)
endif
MK_NO_LORDER= true
......
......@@ -4,7 +4,7 @@
# Makefile for the pltcl shared object
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.1 1998/02/11 14:07:55 scrappy Exp $
# $Header: /cvsroot/pgsql/src/pl/tcl/Makefile,v 1.2 1998/04/05 22:02:56 momjian Exp $
#
#-------------------------------------------------------------------------
......@@ -87,5 +87,5 @@ clean:
rm -f Makefile.tcldefs
install: all
$(INSTALL) $(INSTL_LIB_OPTS) $(DLOBJS) $(DESTDIR)$(LIBDIR)/$(DLOBJS)
$(INSTALL) $(INSTL_LIB_OPTS) $(DLOBJS) $(LIBDIR)/$(DLOBJS)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment