File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- # $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.7 2006/01/19 20:00:54 momjian Exp $
1
+ # $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.8 2006/01/19 20:45:29 momjian Exp $
2
2
DLLTOOL= dlltool
3
3
DLLWRAP= dllwrap
4
4
ifdef PGXS
5
- BE_DLLLIBS= -L$(DESTDIR)$( libdir) -lpostgres
5
+ BE_DLLLIBS= -L$(libdir) -lpostgres
6
6
else
7
7
BE_DLLLIBS= -L$(top_builddir)/src/backend -lpostgres
8
8
endif
Original file line number Diff line number Diff line change 1
- # $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.8 2006/01/19 20:00:54 momjian Exp $
1
+ # $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.9 2006/01/19 20:45:29 momjian Exp $
2
2
3
3
# Use replacement include files for those missing on Win32
4
4
override CPPFLAGS+="-I$(top_srcdir)/src/include/port/win32"
5
5
6
6
DLLTOOL= dlltool
7
7
DLLWRAP= dllwrap
8
8
ifdef PGXS
9
- BE_DLLLIBS= -L$(DESTDIR)$( libdir) -lpostgres
9
+ BE_DLLLIBS= -L$(libdir) -lpostgres
10
10
else
11
11
BE_DLLLIBS= -L$(top_builddir)/src/backend -lpostgres
12
12
endif
You can’t perform that action at this time.
0 commit comments