diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2014-02-01 16:30:22 -0500 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2014-02-01 16:30:22 -0500 |
commit | d7b5a31ce9243248074f1445de9b0ea25895affc (patch) | |
tree | d0bc656c91ffdf3af05bb7e059e4c705713d39dc /src | |
parent | 6f1a4077310e97fe32379263918a31b95f85e2ed (diff) | |
download | postgresql-d7b5a31ce9243248074f1445de9b0ea25895affc.tar.gz postgresql-d7b5a31ce9243248074f1445de9b0ea25895affc.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 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 |