[llvm-commits] CVS: llvm/test/DSGraphs/Makefile.DSGraphs
Vikram Adve
vadve at cs.uiuc.edu
Sun Nov 3 11:25:01 PST 2002
Changes in directory llvm/test/DSGraphs:
Makefile.DSGraphs updated: 1.1 -> 1.2
---
Log message:
Improve rule for clean to delete .bc file copy and analyze*.out.
---
Diffs of the changes:
Index: llvm/test/DSGraphs/Makefile.DSGraphs
diff -u llvm/test/DSGraphs/Makefile.DSGraphs:1.1 llvm/test/DSGraphs/Makefile.DSGraphs:1.2
--- llvm/test/DSGraphs/Makefile.DSGraphs:1.1 Sun Nov 3 06:37:14 2002
+++ llvm/test/DSGraphs/Makefile.DSGraphs Sun Nov 3 09:01:20 2002
@@ -1,4 +1,4 @@
-## $Id: Makefile.DSGraphs,v 1.1 2002/11/03 12:37:14 vadve Exp $
+## $Id: Makefile.DSGraphs,v 1.2 2002/11/03 15:01:20 vadve Exp $
##----------------------------------------------------------------------------
## Common makefile rules for testing DSGraph analysis.
##
@@ -32,4 +32,4 @@
dot -Tps < $(PASS).main.dot > $@
clean::
- /bin/rm -f core* *.dot *.ps *.lib.bc
+ /bin/rm -f core* *.dot *.ps *.lib.bc *.analyze*.out $(PROG)
More information about the llvm-commits
mailing list