git.postgresql.org Git - postgresql.git/commitdiff

git projects / postgresql.git / commitdiff
? search:
summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ed69cf5)
Remove $(DESTDIR) from the pgxs BE_DLLLIBS= -L path.
2006年1月19日 20:45:29 +0000 (20:45 +0000)
2006年1月19日 20:45:29 +0000 (20:45 +0000)

diff --git a/src/makefiles/Makefile.cygwin b/src/makefiles/Makefile.cygwin
index 28b9773ba67d6d86c9b8a69293bf8ade99f27eda..80ece2b8048b2c94ac9950fa72eec90c407af249 100644 (file)
--- a/src/makefiles/Makefile.cygwin
+++ b/src/makefiles/Makefile.cygwin
@@ -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
diff --git a/src/makefiles/Makefile.win32 b/src/makefiles/Makefile.win32
index cccaa37221a3b9d121f6cc30fe6ba9eb878a7d0c..36b4e802bb70bba4b2ade77da86cf5cbdaf48ca3 100644 (file)
--- a/src/makefiles/Makefile.win32
+++ b/src/makefiles/Makefile.win32
@@ -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
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /