Removal of trailing \ from end of couple lines in cygwin path.

This commit is contained in:
Robert Osfield
2003-04-04 15:22:25 +00:00
parent e9e0b4304d
commit fb49e5a60f

View File

@@ -364,7 +364,7 @@ ifeq ($(OS),CYGWIN)
SHARED = -shared\
-Wl,--export-all-symbols \
-Wl,--output-def,lib$(TARGET_BASENAME).def \
-Wl,--out-implib,$(TOPDIR)/lib/lib$(TARGET_BASENAME).dll.a \
-Wl,--out-implib,$(TOPDIR)/lib/lib$(TARGET_BASENAME).dll.a
ARCH =
ARCHINST =
ARCHARGS =
@@ -408,7 +408,7 @@ ifeq ($(OS),MINGW)
SHARED = -shared\
-Wl,--export-all-symbols \
-Wl,--output-def,lib$(TARGET_BASENAME).def \
-Wl,--out-implib,$(TOPDIR)/lib/lib$(TARGET_BASENAME).dll.a \
-Wl,--out-implib,$(TOPDIR)/lib/lib$(TARGET_BASENAME).dll.a
ARCH =
ARCHINST =
ARCHARGS =