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

index a1563a6722c733b74eb9b807b674143b96fe4ac0..e3c3fafdc8c2ae1614f28ee053f24676492872c1 100644 (file)
@@ -2,7 +2,7 @@
 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 96d2c50b529ca34417c7541fe6e70215d2e8c83e..e55f26b683f8fe678cd2b31805d66a3db60967b8 100644 (file)
@@ -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