aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-09-03 23:19:53 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-09-03 23:19:53 +0000
commit40b062fdf86143b89d674bcb6c63659014999ff0 (patch)
treeca02fb0abea8b685bb9ff04c8b99ea6733d141db /lib
parent23f7d5131cf9519b90ac4fc2d200671d128b5464 (diff)
downloadexternal_llvm-40b062fdf86143b89d674bcb6c63659014999ff0.zip
external_llvm-40b062fdf86143b89d674bcb6c63659014999ff0.tar.gz
external_llvm-40b062fdf86143b89d674bcb6c63659014999ff0.tar.bz2
Clean up some "clean:" targets so they use $(VERB) and don't print anything
by default, like every other "clean" target in LLVM. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16161 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/SparcV9/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/SparcV9/Makefile b/lib/Target/SparcV9/Makefile
index eeaf716..45243f7 100644
--- a/lib/Target/SparcV9/Makefile
+++ b/lib/Target/SparcV9/Makefile
@@ -54,5 +54,5 @@ SparcV9CodeEmitter.inc:: $(SourceDir)/SparcV9.td $(TABLEGEN_FILES) $(TBLGEN)
$(TBLGEN) -I $(SourceDir) $< -gen-emitter -o $@
clean::
- $(RM) -f SparcV9CodeEmitter.inc SparcV9.burg.in1 SparcV9.burm SparcV9.burm.cpp
+ $(VERB) $(RM) -f SparcV9CodeEmitter.inc SparcV9.burg.in1 SparcV9.burm SparcV9.burm.cpp