diff options
author | Andrew Dunstan <andrew@dunslane.net> | 2014-02-01 16:30:26 -0500 |
---|---|---|
committer | Andrew Dunstan <andrew@dunslane.net> | 2014-02-01 16:30:26 -0500 |
commit | c8158a2eed8eb060c524620c8314bec30ac94c99 (patch) | |
tree | 781cd6d83d39d7dbf16ef4c1507006f2d297c76f | |
parent | 214c7a4f0b1784ce855512c2961b09c9f51dafd8 (diff) |
fix whitespace
-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 4693565e320..a95e4d65e58 100644 --- a/src/Makefile.shlib +++ b/src/Makefile.shlib @@ -388,7 +388,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 |