From 3a56364f00b96a238f5de76a2c54bb34be8fd66f Mon Sep 17 00:00:00 2001 From: John Criswell Date: Fri, 27 Jun 2003 17:03:20 +0000 Subject: [PATCH] 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 --- support/tools/Burg/Makefile | 1 + utils/Burg/Makefile | 1 + 2 files changed, 2 insertions(+) diff --git a/support/tools/Burg/Makefile b/support/tools/Burg/Makefile index f3e78db69f0..b19c0c2e1cc 100644 --- a/support/tools/Burg/Makefile +++ b/support/tools/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 tmp && cmp tmp sample.c $(TOOLEXENAME_G) -I -= tmp && cmp tmp sample.c + rm -f tmp sample.c diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile index f3e78db69f0..b19c0c2e1cc 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 tmp && cmp tmp sample.c $(TOOLEXENAME_G) -I -= tmp && cmp tmp sample.c + rm -f tmp sample.c -- 2.34.1