diff options
Diffstat (limited to 'tools/lli/Makefile')
-rw-r--r-- | tools/lli/Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/tools/lli/Makefile b/tools/lli/Makefile index 1e4b4f773d..8012468d8b 100644 --- a/tools/lli/Makefile +++ b/tools/lli/Makefile @@ -5,17 +5,3 @@ USEDLIBS = bcreader bcwriter vmcore asmwriter analysis support \ TOOLLINKOPTS = -ldl include $(LEVEL)/Makefile.common - -all :: $(LEVEL)/tools/Debug/RuntimeLib.bc - -Debug/RuntimeLib.c: RuntimeLib.lc - cp -f $< $@ - -Debug/RuntimeLib.ll: Debug/RuntimeLib.c - @-rm $@ - /home/vadve/lattner/cvs/gcc_install/bin/gcc $< -S -o $@ - -$(LEVEL)/tools/Debug/RuntimeLib.bc: Debug/RuntimeLib.ll - ../Debug/gccas $< -o $@ - - |