summaryrefslogtreecommitdiff
path: root/utils/Burg
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-06-27 17:03:20 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-06-27 17:03:20 +0000
commit3a56364f00b96a238f5de76a2c54bb34be8fd66f (patch)
tree8470e1175cc487e2a69858ee348633d7baa20c34 /utils/Burg
parent2a6530f91ad3fc7701cce87b99e2566dc621497a (diff)
downloadllvm-3a56364f00b96a238f5de76a2c54bb34be8fd66f.tar.gz
llvm-3a56364f00b96a238f5de76a2c54bb34be8fd66f.tar.bz2
llvm-3a56364f00b96a238f5de76a2c54bb34be8fd66f.tar.xz
Added code to the clean rule that deletes files placed in the source directory.
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
Diffstat (limited to 'utils/Burg')
-rw-r--r--utils/Burg/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile
index f3e78db69f..b19c0c2e1c 100644
--- a/utils/Burg/Makefile
+++ b/utils/Burg/Makefile
@@ -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