aboutsummaryrefslogtreecommitdiffstats
path: root/test/Feature/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/Makefile')
-rw-r--r--test/Feature/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/test/Feature/Makefile b/test/Feature/Makefile
index 349c1e0..ffbad50 100644
--- a/test/Feature/Makefile
+++ b/test/Feature/Makefile
@@ -38,8 +38,3 @@ Output/%.s: Output/%.bc $(LLC)
$(LLC) -f $(LLCFLAGS) $< -o $@ || \
( rm -f $@; $(FAILURE) $@ )
-Output/%: Output/%.s $(LLC)
- @echo "======== Generating SPARC executable for $<"
- $(CC) $(CFLAGS) $< -o $@ || \
- ( rm -f $@; $(FAILURE) $@ )
-