1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-18 02:02:55 +03:00

Flush a stray definition of $(DLLTOOL).

Even if this is needed, it'd be configure's responsibility to set it.
This commit is contained in:
Tom Lane
2014-02-11 12:59:48 -05:00
parent 846e91e022
commit 7a98d323df

View File

@@ -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)