aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/Makefile b/Makefile
index 559cdfe..4cbf53a 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,6 @@ ifneq ($(MAKECMDGOALS),tools-only)
DIRS += runtime
endif
-
include $(LEVEL)/Makefile.common
test :: all
@@ -29,12 +28,6 @@ distclean:: clean
tools-only: all
-configure: autoconf/configure.ac autoconf/aclocal.m4
- cd autoconf && aclocal && autoconf -o ../configure configure.ac
-
-include/Config/config.h.in: autoconf/configure.ac autoconf/aclocal.m4
- autoheader -I autoconf autoconf/configure.ac
-
# Install support for llvm include files:
.PHONY: install-includes