aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMehwish Nagda <nagda@cs.uiuc.edu>2002-05-21 15:58:24 +0000
committerMehwish Nagda <nagda@cs.uiuc.edu>2002-05-21 15:58:24 +0000
commit8532fb0d137e450b181937096e1cba924b853499 (patch)
tree88a1a883f6bae271626a4395c767b0e08299d05a
parent1458cef6b85e926064cf7c7418893bbb0871a764 (diff)
Fixed the makefile to not die when compiling a new, empty, source directory
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2688 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Target/SparcV9/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/SparcV9/Makefile b/lib/Target/SparcV9/Makefile
index a541e3e436..c9e7edc9ba 100644
--- a/lib/Target/SparcV9/Makefile
+++ b/lib/Target/SparcV9/Makefile
@@ -11,3 +11,6 @@ Debug/Sparc.burg.in1 : Sparc.burg.in Debug/.dir
Debug/Sparc.burg : Debug/Sparc.burg.in1 Debug/.dir
g++ -E -I$(LEVEL)/include -D_DEBUG -x c++ $< | sed '/^# /d' | sed 's/Xinclude/#include/g' | sed 's/Xdefine/#define/g' > $@
+Depend/Sparc.burm.d:
+ touch $@
+