]> granicus.if.org Git - pgbouncer/commitdiff
Move comment to the right place
authorPeter Eisentraut <peter@eisentraut.org>
Mon, 3 Dec 2018 15:08:05 +0000 (16:08 +0100)
committerPeter Eisentraut <peter@eisentraut.org>
Mon, 3 Dec 2018 15:08:05 +0000 (16:08 +0100)
Makefile

index 209192917c0d93e3fc39c1933241413a384925e8..cd5a50cb37d96323eb235189d866868f0ec363bd 100644 (file)
--- 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)