]> granicus.if.org Git - postgresql/commitdiff
Propagate Magnus' fix for Windows snowball build into Makefile.cygwin.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 22 Aug 2007 06:34:18 +0000 (06:34 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 22 Aug 2007 06:34:18 +0000 (06:34 +0000)
src/makefiles/Makefile.cygwin

index 4ce0f6b1ff3081eb820f8324cd05603381753873..d552418c18c0f1ace6f34eea0d7a1546b1200994 100644 (file)
@@ -1,4 +1,4 @@
-# $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.9 2006/06/22 23:50:35 tgl Exp $
+# $PostgreSQL: pgsql/src/makefiles/Makefile.cygwin,v 1.10 2007/08/22 06:34:18 tgl Exp $
 DLLTOOL= dlltool
 DLLWRAP= dllwrap
 ifdef PGXS
@@ -22,9 +22,11 @@ CFLAGS_SL =
 
 ifneq (,$(findstring backend,$(subdir)))
 ifeq (,$(findstring conversion_procs,$(subdir)))
+ifeq (,$(findstring snowball,$(subdir)))
 override CPPFLAGS+= -DBUILDING_DLL
 endif
 endif
+endif
 
 ifneq (,$(findstring timezone,$(subdir)))
 override CPPFLAGS+= -DBUILDING_DLL