diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-12-16 10:17:30 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-12-16 10:18:20 +0000 |
commit | 844b6b695b54004b760375eead26bc54b90e0c8f (patch) | |
tree | d6fb9a6509cb7bc04c4e4688015070b52023064d /Makefile.in | |
parent | a15f2430ed9f726fed8da66d897a95184bf45d8c (diff) |
run autogen if configure.in, etc. changed since Makefile was generated
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index 846c1943c85a..4b7ec5320d3b 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,9 +1,8 @@ # @configure_input@ -# FIXME: create 'install' and 'check' target SHELL=/usr/bin/env bash -all: dmake/dmake@EXEEXT@ fetch +all: Makefile dmake/dmake@EXEEXT@ fetch @. ./*[Ee]nv.[Ss]et.sh && \ cd instsetoo_native && \ build.pl -P@BUILD_NCPUS@ --all -- -P@BUILD_MAX_JOBS@ @@ -41,6 +40,9 @@ src/downloaded: ooo.lst download fetch: src/downloaded +Makefile: configure.in set_soenv.in Makefile.in + ./autogen.sh + check: @. ./*[Ee]nv.[Ss]et.sh && \ cd smoketestoo_native && \ |