diff --git a/Makefile b/Makefile index c6adb31a..aa59c4f4 100644 --- a/Makefile +++ b/Makefile @@ -137,7 +137,7 @@ bootstrap: cp scheme/cyclone/cgen.c $(BOOTSTRAP_DIR)/scheme/cyclone cp scheme/cyclone/util.c $(BOOTSTRAP_DIR)/scheme/cyclone cp cyclone-self.c $(BOOTSTRAP_DIR)/cyclone.c - cp Makefile-bootstrap $(BOOTSTRAP_DIR)/Makefile + cp Makefile.bootstrap $(BOOTSTRAP_DIR)/Makefile cp Makefile.config $(BOOTSTRAP_DIR)/Makefile.config diff --git a/Makefile-bootstrap b/Makefile.bootstrap similarity index 100% rename from Makefile-bootstrap rename to Makefile.bootstrap