diff options
| author | Andrew Dunstan | 2014-02-01 21:30:22 +0000 |
|---|---|---|
| committer | Andrew Dunstan | 2014-02-01 21:30:22 +0000 |
| commit | d7b5a31ce9243248074f1445de9b0ea25895affc (patch) | |
| tree | d0bc656c91ffdf3af05bb7e059e4c705713d39dc /src/Makefile.shlib | |
| parent | 6f1a4077310e97fe32379263918a31b95f85e2ed (diff) | |
fix whitespace
Diffstat (limited to 'src/Makefile.shlib')
| -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 |
