diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2014-02-01 16:30:14 -0500 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2014-02-01 16:30:14 -0500 |
commit | 141119c2a78efbb6dae5b0f37f9c07c2b9f9c8cb (patch) | |
tree | 319b6264c3c293e04c18c440cd7c35634b7740f2 /src | |
parent | 03f06ff383eaeb80e1ad1f2aa496ab0cb283f3da (diff) | |
download | postgresql-141119c2a78efbb6dae5b0f37f9c07c2b9f9c8cb.tar.gz postgresql-141119c2a78efbb6dae5b0f37f9c07c2b9f9c8cb.zip |
fix whitespace
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.shlib | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.shlib b/src/Makefile.shlib index 02ff5bb925c..4af852e1e46 100644 --- a/src/Makefile.shlib +++ b/src/Makefile.shlib @@ -426,7 +426,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 endif # enable_shared |