diff options
author | Haru <haru@dotalux.com> | 2015-09-08 12:17:54 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2015-09-08 12:17:54 +0200 |
commit | d5d6a863b0dcc60cf6ee10513c704bddbb4fcf92 (patch) | |
tree | b93dd8e253587b6f2f45bf0e062d6468db6873e4 /Makefile.in | |
parent | 092644a577d9e770c9efd9b2c9ec3f000ddfb270 (diff) | |
download | hercules-d5d6a863b0dcc60cf6ee10513c704bddbb4fcf92.tar.gz hercules-d5d6a863b0dcc60cf6ee10513c704bddbb4fcf92.tar.bz2 hercules-d5d6a863b0dcc60cf6ee10513c704bddbb4fcf92.tar.xz hercules-d5d6a863b0dcc60cf6ee10513c704bddbb4fcf92.zip |
Corrected an issue caused by ./config.status --recheck not refreshing Makefiles
Signed-off-by: Haru <haru@dotalux.com>
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 d2877c6b0..9e7e35b1a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -156,7 +156,7 @@ sysinfo: config.status config.status: configure @echo " RECONFIGURE" - @./config.status --recheck + @./config.status --recheck && ./config.status help: Makefile @echo "most common targets are 'all' 'sql' 'clean' 'plugins' 'help'" |