aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-08-21 20:37:17 +0000
committerChris Lattner <sabre@nondot.org>2003-08-21 20:37:17 +0000
commitf3526e22070a193c56f90be63aeca1d1829942b4 (patch)
tree47d7b1a0a6500a52d968a94ca2391c31044409b6 /lib/Target/SparcV9
parentb1c125e2cda96ff64a8e35029cb6067633c7e8ad (diff)
downloadexternal_llvm-f3526e22070a193c56f90be63aeca1d1829942b4.zip
external_llvm-f3526e22070a193c56f90be63aeca1d1829942b4.tar.gz
external_llvm-f3526e22070a193c56f90be63aeca1d1829942b4.tar.bz2
Change all #include'd files to be :: rules instead of : rules
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8019 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9')
-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 cff2c0c..c530fa6 100644
--- a/lib/Target/SparcV9/Makefile
+++ b/lib/Target/SparcV9/Makefile
@@ -48,7 +48,7 @@ TARGET_NAME := SparcV9
TABLEGEN_FILES := $(wildcard *.td)
-$(TARGET_NAME)CodeEmitter.inc: $(TABLEGEN_FILES) $(TBLGEN)
+$(TARGET_NAME)CodeEmitter.inc:: $(TABLEGEN_FILES) $(TBLGEN)
$(TBLGEN) $(TARGET_NAME).td -gen-emitter -o $@
clean::