index 28b9773ba67d6d86c9b8a69293bf8ade99f27eda..80ece2b8048b2c94ac9950fa72eec90c407af249 100644 (file)
-# $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)
-# $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