Stop build if Makefile.in was changed.

This commit is contained in:
Yann E. MORIN" 2007-09-14 21:13:04 +00:00
parent 26647ee564
commit c0f4b573f8

View File

@ -1,7 +1,12 @@
# Makefile.in for building crosstool-NG
# This file serves as source for the ./configure operation
all: build
all: Makefile build
# Check if Makefile is up to date:
Makefile: Makefile.in
@echo "$< did changed: you must re-run './configure'"
@false
###############################################################################
# Configuration variables