diff options
author | ceros7 <ceros7@svn> | 2010-07-27 17:05:19 +0000 |
---|---|---|
committer | ceros7 <ceros7@svn> | 2010-07-27 17:05:19 +0000 |
commit | 0ce38e5e6d3d6b6b87f573e65d6ce72efb9ffb2c (patch) | |
tree | 03bbcaa198a2253d82dd5f55105249be9ac135c9 /Makefile.in | |
parent | f5b4a73e5b596e6dfeacfee5e49c1781c3b47ccc (diff) |
Allow to force make operations even when build system is stale.
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@32219 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 76c0050f06..7e3385d80b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -156,7 +156,7 @@ Makefile : config.status $(addsuffix .in, $(AUTOGENERATED_MAKEFILES)) config.status: configure @echo "Build system configuration is stale." @echo "Please (re)run configure." - @false + @test -n "$$XBMC_IGNORE_STALE" configure: configure.in @echo 'configure is outdated, regenerating...' |