Commit 7a98d323 authored by Tom Lane's avatar Tom Lane

Flush a stray definition of $(DLLTOOL).

Even if this is needed, it'd be configure's responsibility to set it.
parent 846e91e0
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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment