projects
/
users
/
heikki
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
846e91e
)
Flush a stray definition of $(DLLTOOL).
author
Tom Lane
<
[email protected]
>
Tue, 11 Feb 2014 17:59:48 +0000
(12:59 -0500)
committer
Tom Lane
<
[email protected]
>
Tue, 11 Feb 2014 17:59:48 +0000
(12:59 -0500)
Even if this is needed, it'd be configure's responsibility to set it.
src/makefiles/Makefile.cygwin
patch
|
blob
|
blame
|
history
diff --git
a/src/makefiles/Makefile.cygwin
b/src/makefiles/Makefile.cygwin
index 863732f5984c4b1735d51d259f27eb4c773db12b..bd83e5f723e139cbdde4d2be18ccc207d86ec1ae 100644
(file)
--- a/
src/makefiles/Makefile.cygwin
+++ b/
src/makefiles/Makefile.cygwin
@@
-1,5
+1,5
@@
-DLLTOOL= dlltool
# src/makefiles/Makefile.cygwin
+
ifdef PGXS
BE_DLLLIBS= -L$(libdir) -lpostgres
else
@@
-43,4
+43,4
@@
endif
# Rule for building a shared library from a single .o file
%.dll: %.o
-
$(CC) $(CFLAGS) -shared -o $@ $< $(LDFLAGS) $(LDFLAGS_SL) $(BE_DLLLIBS)
+ $(CC) $(CFLAGS) -shared -o $@ $< $(LDFLAGS) $(LDFLAGS_SL) $(BE_DLLLIBS)