Do not use 'cpp' directly

llvm-svn: 7404
This commit is contained in:
Chris Lattner 2003-07-29 23:04:41 +00:00
parent 6a561beb35
commit 4f94bedfa6
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ SparcV9CodeEmitter.cpp: SparcV9CodeEmitter.inc
SparcV9CodeEmitter.inc: SparcV9.td SparcV9_F2.td SparcV9_F3.td SparcV9_F4.td SparcV9_Reg.td $(TBLGEN)
@${ECHO} "TableGen-erating $@"
cpp -P SparcV9.td | $(TBLGEN) -gen-emitter -o $@
$(CC) -E -xc -P SparcV9.td | $(TBLGEN) -gen-emitter -o $@
clean::
${RM} -f SparcV9CodeEmitter.inc