aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/makefiles/Makefile.cygwin4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/makefiles/Makefile.cygwin b/src/makefiles/Makefile.cygwin
index 863732f5984..bd83e5f723e 100644
--- 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)