From 3f024a0b5d2881c1c32e5ccc306d41fafae20be1 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 3 Dec 2018 16:08:05 +0100 Subject: [PATCH] Move comment to the right place --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 2091929..cd5a50c 100644 --- a/Makefile +++ b/Makefile @@ -78,14 +78,14 @@ LIBUSUAL_DIST = $(filter-out %/config.h, $(sort $(wildcard \ lib/README lib/COPYRIGHT \ lib/find_modules.sh ))) -# -# win32 -# - pgbouncer_LDFLAGS := $(TLS_LDFLAGS) pgbouncer_LDADD := $(CARES_LIBS) $(TLS_LIBS) $(LIBS) LIBS := +# +# win32 +# + EXTRA_pgbouncer_SOURCES = win32/win32support.c win32/win32support.h EXTRA_PROGRAMS = pgbevent ifeq ($(PORTNAME),win32) -- 2.40.0