summaryrefslogtreecommitdiff
path: root/utils/Burg/Makefile
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 /utils/Burg/Makefile
parent23f7d5131cf9519b90ac4fc2d200671d128b5464 (diff)
downloadllvm-40b062fdf86143b89d674bcb6c63659014999ff0.tar.gz
llvm-40b062fdf86143b89d674bcb6c63659014999ff0.tar.bz2
llvm-40b062fdf86143b89d674bcb6c63659014999ff0.tar.xz
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 'utils/Burg/Makefile')
-rw-r--r--utils/Burg/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/Burg/Makefile b/utils/Burg/Makefile
index 8e578d1347..74162068e5 100644
--- a/utils/Burg/Makefile
+++ b/utils/Burg/Makefile
@@ -18,12 +18,12 @@ gram.tab.c gram.tab.h:: gram.yc
$(SourceDir)/lex.c: gram.tab.h
clean::
- rm -rf gram.tab.h gram.tab.c core* *.aux *.log *.dvi sample sample.c tmp
+ $(VERB) $(RM) -rf gram.tab.h gram.tab.c core* *.aux *.log *.dvi sample sample.c tmp
#$(BUILD_OBJ_DIR)/Release/lex.o $(BUILD_OBJ_DIR)/Profile/lex.o $(BUILD_OBJ_DIR)/Debug/lex.o: gram.tab.h
doc.dvi: doc.tex
- latex doc; latex doc
+ $(VERB) latex doc; latex doc
test:: $(TOOLEXENAME_G) sample.gr