summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 4d80de8c6..b37f46c3b 100644
--- a/Makefile
+++ b/Makefile
@@ -80,10 +80,6 @@ all: runtime camlc camllex camlyacc library camltop
# The compilation of camltop will fail if the runtime has changed.
# Never mind, just do make bootstrap to reach fixpoint again.
-# Configure the system
-configure:
- cd config; sh autoconf "$(BYTECC) $(CCLINKOPTS) $(CCLIBS)"
-
# Compile everything the first time
world: coldstart clean all