Makefile.in
changeset 386 d5c5ed1b75ef
parent 380 2f7b676c7b2f
child 396 05550a6b9ff0
     1.1 --- a/Makefile.in	Fri Sep 14 17:43:16 2007 +0000
     1.2 +++ b/Makefile.in	Fri Sep 14 21:41:00 2007 +0000
     1.3 @@ -1,7 +1,12 @@
     1.4  # Makefile.in for building crosstool-NG
     1.5  # This file serves as source for the ./configure operation
     1.6  
     1.7 -all: build
     1.8 +all: Makefile build
     1.9 +
    1.10 +# Check if Makefile is up to date:
    1.11 +Makefile: Makefile.in
    1.12 +	@echo "$< did changed: you must re-run './configure'"
    1.13 +	@false
    1.14  
    1.15  ###############################################################################
    1.16  # Configuration variables