Added code to the clean rule that deletes files placed in the source directory.

These files interfer with a second build attempt.

llvm-svn: 6927
This commit is contained in:
John Criswell 2003-06-27 17:03:20 +00:00
parent 8224df947c
commit abebb9af11
1 changed files with 1 additions and 0 deletions

View File

@ -25,3 +25,4 @@ test:: $(TOOLEXENAME_G) sample.gr
$(TOOLEXENAME_G) -I sample.gr -o tmp && cmp tmp sample.c $(TOOLEXENAME_G) -I sample.gr -o tmp && cmp tmp sample.c
$(TOOLEXENAME_G) -I -O0 <sample.gr >tmp && cmp tmp sample.c $(TOOLEXENAME_G) -I -O0 <sample.gr >tmp && cmp tmp sample.c
$(TOOLEXENAME_G) -I -= <sample.gr >tmp && cmp tmp sample.c $(TOOLEXENAME_G) -I -= <sample.gr >tmp && cmp tmp sample.c
rm -f tmp sample.c