mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 01:21:27 +00:00
Stop build if Makefile.in was changed.
This commit is contained in:
parent
26647ee564
commit
c0f4b573f8
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user