aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAndrew Dunstan <andrew@dunslane.net>2014-02-01 16:30:22 -0500
committerAndrew Dunstan <andrew@dunslane.net>2014-02-01 16:30:22 -0500
commitd7b5a31ce9243248074f1445de9b0ea25895affc (patch)
treed0bc656c91ffdf3af05bb7e059e4c705713d39dc /src
parent6f1a4077310e97fe32379263918a31b95f85e2ed (diff)
downloadpostgresql-d7b5a31ce9243248074f1445de9b0ea25895affc.tar.gz
postgresql-d7b5a31ce9243248074f1445de9b0ea25895affc.zip
fix whitespace
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.shlib2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.shlib b/src/Makefile.shlib
index 7a1a175904a..ac095374295 100644
--- a/src/Makefile.shlib
+++ b/src/Makefile.shlib
@@ -398,7 +398,7 @@ $(shlib): $(OBJS) $(DLL_DEFFILE) | $(SHLIB_PREREQS)
$(stlib): $(shlib) $(DLL_DEFFILE) | $(SHLIB_PREREQS)
$(DLLTOOL) --dllname $(shlib) $(DLLTOOL_LIBFLAGS) --def $(DLL_DEFFILE) --output-lib $@
-endif # PORTNAME == cygwin
+endif # PORTNAME == cgywin
endif # PORTNAME == cygwin || PORTNAME == win32