diff options
author | Juli Mallett <jmallett@FreeBSD.org> | 2002-09-17 21:29:06 +0000 |
---|---|---|
committer | Juli Mallett <jmallett@FreeBSD.org> | 2002-09-17 21:29:06 +0000 |
commit | 37721c830937200b9e0c48230cdd69d1bdf4ec69 (patch) | |
tree | e486dca4f9bd4c33083e88473624273b6c450c4d /usr.bin/make/config.h | |
parent | 0fd9fa89a98b14d8c6d0c6a16ef9e4c8c3ac8428 (diff) | |
download | src-37721c830937200b9e0c48230cdd69d1bdf4ec69.tar.gz src-37721c830937200b9e0c48230cdd69d1bdf4ec69.zip |
#define<space> -> #define<tab>
Notes
Notes:
svn path=/head/; revision=103503
Diffstat (limited to 'usr.bin/make/config.h')
-rw-r--r-- | usr.bin/make/config.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/make/config.h b/usr.bin/make/config.h index fee8536927f0..9dd59fab8be8 100644 --- a/usr.bin/make/config.h +++ b/usr.bin/make/config.h @@ -49,8 +49,8 @@ * created on the local machine at once. Note that if you set this * to 0, nothing will ever happen... */ -#define DEFMAXJOBS 4 -#define DEFMAXLOCAL 1 +#define DEFMAXJOBS 4 +#define DEFMAXLOCAL 1 /* * INCLUDES @@ -61,8 +61,8 @@ * .INCLUDES dependency lines. Similarly for LIBRARIES and .LIBS * See suff.c for more details. */ -#define INCLUDES -#define LIBRARIES +#define INCLUDES +#define LIBRARIES /* * LIBSUFF @@ -89,7 +89,7 @@ * environment. * - Allow empty command lines if starting with tab. */ -#define POSIX +#define POSIX /* * SYSVINCLUDE @@ -97,8 +97,8 @@ * SYSVVARSUB * Recognize system V like ${VAR:x=y} variable substitutions */ -#define SYSVINCLUDE -#define SYSVVARSUB +#define SYSVINCLUDE +#define SYSVVARSUB /* * SUNSHCMD @@ -107,7 +107,7 @@ * ${VAR:sh} # Return the command substitution of the value * # of ${VAR} */ -#define SUNSHCMD +#define SUNSHCMD #if !defined(__svr4__) && !defined(__SVR4) && !defined(__ELF__) # ifndef RANLIBMAG |