From: Richard Kenner Date: Fri, 7 Apr 1995 12:10:03 +0000 (-0400) Subject: (OBJECT_SUFFIX): Move to here; now has period. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0aac88f627d0c52b0db0eed139fcffd940f73f90;p=gcc.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 22fb142dfb2..d1d3699f0e7 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"