Skip to content

Commit

Permalink
[enhance] Makefile.bld: improved the message when configure file has …
Browse files Browse the repository at this point in the history
…changed
  • Loading branch information
Frederic Ye committed Nov 5, 2012
1 parent a31b584 commit 2dd60aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build/Makefile.bld
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ MYOCAMLBUILD_SOURCES = \
$(BUILD_VARS) $(BUILD_RULES) $(BUILD_LIBS) $(BUILD_TOOLS)

$(BLDDIR)/config.ml: configure
@echo "Please (re)launch ./configure"
@echo "configure file has changed. Please (re)run ./configure"
@exit 1

$(MYOCAMLBUILD): $(MYOCAMLBUILD_SOURCES)
Expand Down

0 comments on commit 2dd60aa

Please sign in to comment.