add whitespace after macro name

This commit is contained in:
Jeff Hill
2002-03-27 00:55:19 +00:00
parent 100e370063
commit 1c68b623d7

View File

@@ -12,8 +12,8 @@ include $(CONFIG)/CONFIG.gnuCommon
GNU_DIR = /opt/gnu
CC = $(GNU_BIN)/gcc -D__$(shell uname -s)_$(shell uname -r)
CCC = $(GNU_BIN)/g++ -D__$(shell uname -s)_$(shell uname -r)
CC = $(GNU_BIN)/gcc -D__$(shell uname -s)_$(shell uname -r)
CCC = $(GNU_BIN)/g++ -D__$(shell uname -s)_$(shell uname -r)
AR = ar -rc
RANLIB=
LD = ld -r