linux.cf: fix typo and some formatting.
authorJon Trulson <jon@radscan.com>
Sun, 9 Mar 2014 20:52:43 +0000 (14:52 -0600)
committerJon Trulson <jon@radscan.com>
Sun, 9 Mar 2014 20:52:43 +0000 (14:52 -0600)
cde/config/cf/linux.cf

index 233792eeaa2c710d87fd324fb6258c424131e356..49045e6cf59d0acec5e7ee57da8dd1153c0ff009 100644 (file)
@@ -75,14 +75,14 @@ XCOMM binutils:  (LinuxBinUtilsMajorVersion)
 #define HasSockets             YES
 
 #define HasMakefileSafeInclude  YES
-#define DependFileName .depend
-#define DependCmd $(CC) -E -MM -MG
+#define DependFileName          .depend
+#define DependCmd               $(CC) -E -MM -MG
 
 #ifdef IncludeMakefile
 # undef IncludeMakefile
 #endif
 
-#define IncludeMakefile(file) -include file
+#define IncludeMakefile(file)   -include file
 
 #if (LinuxDistribution == LinuxRedHat)
 # define HasZlib               YES
@@ -126,7 +126,7 @@ XCOMM binutils:  (LinuxBinUtilsMajorVersion)
 
 #define LinuxLocaleDefines     /**/
 
-#define DefaultCCOptions -ansi
+#define DefaultCCOptions        -ansi
 
 XCOMM If you have the tirpc library on your system, and you have the
 XCOMM libtirpc-dev installed, then define HasTIRPCLib to YES in either
@@ -259,7 +259,7 @@ XCOMM This is needed for CDE currently
 
 #define ArchitectureDefines    -DLINUX_ARCHITECTURE
 
-XCOMM different dependancy handling
+XCOMM dependency handling
 #ifndef DependDependency
 #define DependDependency() /**/
 #endif