diff src/s/usg5-4-2.h @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 376386a54a3c
children 6330739388db
line wrap: on
line diff
--- a/src/s/usg5-4-2.h	Mon Aug 13 09:42:28 2007 +0200
+++ b/src/s/usg5-4-2.h	Mon Aug 13 09:43:35 2007 +0200
@@ -6,14 +6,14 @@
 
 /* Motif needs -lgen.  */
 #undef LIBS_SYSTEM
-#define LIBS_SYSTEM -lsocket -lnsl -lelf -lgen
+#define LIBS_SYSTEM "-lsocket -lnsl -lelf -lgen"
 
 /* Use libw.a along with X11R6 Xt.  */
 #define NEED_LIBW
 
 /* ryanr@ellingtn.ftc.nrcs.usda.gov (Richard Anthony Ryan) says -lXimp
    is needed in UNIX_SV ... 4.2 1.1.2.  */
-#define LIB_MOTIF -lXm -lXimp
+#define LIB_MOTIF "-lXm -lXimp"
 
 #define VFORK_RETURN_TYPE pid_t