]> granicus.if.org Git - postgresql/commitdiff
Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path.
authorBruce Momjian <bruce@momjian.us>
Thu, 19 Jan 2006 20:45:29 +0000 (20:45 +0000)
committerBruce Momjian <bruce@momjian.us>
Thu, 19 Jan 2006 20:45:29 +0000 (20:45 +0000)
src/makefiles/Makefile.cygwin
src/makefiles/Makefile.win32

index 28b9773ba67d6d86c9b8a69293bf8ade99f27eda..80ece2b8048b2c94ac9950fa72eec90c407af249 100644 (file)
@@ -1,8 +1,8 @@
-# $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.7 2006/01/19 20:00:54 momjian Exp $
+# $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.8 2006/01/19 20:45:29 momjian Exp $
 DLLTOOL= dlltool
 DLLWRAP= dllwrap
 ifdef PGXS
-BE_DLLLIBS= -L$(DESTDIR)$(libdir) -lpostgres
+BE_DLLLIBS= -L$(libdir) -lpostgres
 else
 BE_DLLLIBS= -L$(top_builddir)/src/backend -lpostgres
 endif
index cccaa37221a3b9d121f6cc30fe6ba9eb878a7d0c..36b4e802bb70bba4b2ade77da86cf5cbdaf48ca3 100644 (file)
@@ -1,4 +1,4 @@
-# $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.8 2006/01/19 20:00:54 momjian Exp $
+# $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.9 2006/01/19 20:45:29 momjian Exp $
 
 # Use replacement include files for those missing on Win32
 override CPPFLAGS+="-I$(top_srcdir)/src/include/port/win32"
@@ -6,7 +6,7 @@ override CPPFLAGS+="-I$(top_srcdir)/src/include/port/win32"
 DLLTOOL= dlltool
 DLLWRAP= dllwrap
 ifdef PGXS
-BE_DLLLIBS= -L$(DESTDIR)$(libdir) -lpostgres
+BE_DLLLIBS= -L$(libdir) -lpostgres
 else
 BE_DLLLIBS= -L$(top_builddir)/src/backend -lpostgres
 endif