From: Richard Kenner Date: Fri, 7 Apr 1995 12:10:03 +0000 (-0400) Subject: (OBJECT_SUFFIX): Move to here; now has period. X-Git-Tag: misc/cutover-egcs-0~4631 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0aac88f627d0c52b0db0eed139fcffd940f73f90;p=thirdparty%2Fgcc.git (OBJECT_SUFFIX): Move to here; now has period. From-SVN: r9327 --- diff --git a/gcc/config/i386/xm-os2.h b/gcc/config/i386/xm-os2.h index 22fb142dfb27..d1d3699f0e7e 100644 --- a/gcc/config/i386/xm-os2.h +++ b/gcc/config/i386/xm-os2.h @@ -51,5 +51,6 @@ int spawnvp (int modeflag, char *path, char *argv[]); #endif #define EXECUTABLE_SUFFIX ".exe" +#define OBJECT_SUFFIX ".obj" #include "i386/xm-i386.h"