diff options
author | Haru <haru@dotalux.com> | 2013-09-18 05:11:10 +0200 |
---|---|---|
committer | Haru <haru@dotalux.com> | 2013-09-18 16:29:18 +0200 |
commit | babdf60b0339ac4249072a4ba13d27052e0b2fc5 (patch) | |
tree | adfc85bbae73830081098ae7dc56325448b8cfc7 /src/plugins/Makefile.in | |
parent | 78c7c6bf04a6c96d92524ae37ad165e65f599eb8 (diff) | |
download | hercules-babdf60b0339ac4249072a4ba13d27052e0b2fc5.tar.gz hercules-babdf60b0339ac4249072a4ba13d27052e0b2fc5.tar.bz2 hercules-babdf60b0339ac4249072a4ba13d27052e0b2fc5.tar.xz hercules-babdf60b0339ac4249072a4ba13d27052e0b2fc5.zip |
Makefiles improvements and cleanup
This should resolve #138 (please reopen or comment on it if it's not the
case). Special thanks to Takkun for helping to reproduce the issue.
Signed-off-by: Haru <haru@dotalux.com>
Diffstat (limited to 'src/plugins/Makefile.in')
-rw-r--r-- | src/plugins/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Makefile.in b/src/plugins/Makefile.in index 98f18f4d4..5ed421abf 100644 --- a/src/plugins/Makefile.in +++ b/src/plugins/Makefile.in @@ -9,7 +9,7 @@ CC = @CC@ export CC ##################################################################### -.PHONY : all $(PLUGINS) sample db2sql clean help +.PHONY: all $(PLUGINS) sample db2sql clean help all: $(PLUGINS) |