(CPP_SPEC): Avoid newline in the string.
authorTorbjorn Granlund <tege@gnu.org>
Tue, 8 Oct 1996 23:39:12 +0000 (23:39 +0000)
committerTorbjorn Granlund <tege@gnu.org>
Tue, 8 Oct 1996 23:39:12 +0000 (23:39 +0000)
From-SVN: r12919

gcc/config/m88k/dgux.h

index d3774ef54ff1f765557439e2f5e2ea20f6b076e1..edeffdf4f1653962ea90c2fdb0793aaf4a31223e 100644 (file)
@@ -30,7 +30,7 @@ Boston, MA 02111-1307, USA.  */
   (TARGET_SVR4 ? DWARF_DEBUG : SDB_DEBUG)
 
 #ifndef VERSION_INFO2
-#define VERSION_INFO2   "$Revision: 1.22 $"
+#define VERSION_INFO2   "$Revision: 1.23 $"
 #endif
 #ifndef NO_BUGS
 #define AS_BUG_IMMEDIATE_LABEL
@@ -83,8 +83,7 @@ Boston, MA 02111-1307, USA.  */
    -traditional, or restricting include files to one specific source
    target, specify full DG/UX features.  */
 #undef CPP_SPEC
-#define        CPP_SPEC "%(cpp_cpu) 
-                 %{msvr3:-D_M88KBCS_TARGET} %{!msvr3:-D_DGUX_TARGET}"
+#define        CPP_SPEC "%(cpp_cpu) %{msvr3:-D_M88KBCS_TARGET} %{!msvr3:-D_DGUX_TARGET}"
 
 /* Assembler support (-V, silicon filter, legends for mxdb).  */
 #undef ASM_SPEC