* config/i386/xm-cygwin32.h (PATH_SEPARATOR): Set to a semi-colon.
Co-Authored-By: Geoff Noer <noer@cygnus.com>
From-SVN: r18747
* objc/Makefile.in: Various fixes for building cygwin32 native toolchains.
* objc/Make-lang.in: Likewise.
+ * config/i386/xm-cygwin32.h (PATH_SEPARATOR): Set to a semi-colon.
+
Sun Mar 22 00:21:46 1998 R. Ganesan <rganesan@novell.com>
* configure.in: Handle with-PACKAGE=no correctly
/* Even though we support "/", allow "\" since everybody tests both. */
#define DIR_SEPARATOR '\\'
+#define PATH_SEPARATOR ';'
+
/* This is needed so that protoize will compile. */
#define POSIX