Skip to content
Snippets Groups Projects
Commit 7a98d323 authored by Tom Lane's avatar Tom Lane
Browse files

Flush a stray definition of $(DLLTOOL).

Even if this is needed, it'd be configure's responsibility to set it.
parent 846e91e0
No related branches found
No related tags found
No related merge requests found
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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment