Added code to the clean rule that deletes files placed in the source directory.
authorJohn Criswell <criswell@uiuc.edu>
Fri, 27 Jun 2003 17:03:20 +0000 (17:03 +0000)
committerJohn Criswell <criswell@uiuc.edu>
Fri, 27 Jun 2003 17:03:20 +0000 (17:03 +0000)
These files interfer with a second build attempt.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6927 91177308-0d34-0410-b5e6-96231b3b80d8

support/tools/Burg/Makefile
utils/Burg/Makefile

index f3e78db69f09873c4343b6eb81b6a24a5ac0ae11..b19c0c2e1cc80d59f6f3820813e16b6e457380c4 100644 (file)
@@ -25,3 +25,4 @@ test:: $(TOOLEXENAME_G) sample.gr
        $(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 -=  <sample.gr   >tmp && cmp tmp sample.c
+       rm -f tmp sample.c
index f3e78db69f09873c4343b6eb81b6a24a5ac0ae11..b19c0c2e1cc80d59f6f3820813e16b6e457380c4 100644 (file)
@@ -25,3 +25,4 @@ test:: $(TOOLEXENAME_G) sample.gr
        $(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 -=  <sample.gr   >tmp && cmp tmp sample.c
+       rm -f tmp sample.c