diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2015-03-19 18:27:26 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2015-03-19 18:27:26 -0300 |
commit | 28ade76301133abc3b4ea96faefb51fe59f1c3ad (patch) | |
tree | 0f2cd8b311f4d4033d7a00dcf5f2cc4a173bae0e | |
parent | 51ea074d9886995a649f2f2251832c2741e6d4cd (diff) | |
download | luarocks-28ade76301133abc3b4ea96faefb51fe59f1c3ad.tar.gz luarocks-28ade76301133abc3b4ea96faefb51fe59f1c3ad.tar.bz2 luarocks-28ade76301133abc3b4ea96faefb51fe59f1c3ad.zip |
Fixes #332.
-rw-r--r-- | Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,5 @@ | |||
1 | 1 | ||
2 | include config.unix | 2 | include config.unix |
3 | include Makefile.setup.inc | ||
4 | include Makefile.install.inc | ||
5 | 3 | ||
6 | .PHONY: all build dev build_bins luadoc check_makefile cleanup_bins clean \ | 4 | .PHONY: all build dev build_bins luadoc check_makefile cleanup_bins clean \ |
7 | install_site_config write_sysconfig install bootstrap install_rock | 5 | install_site_config write_sysconfig install bootstrap install_rock |
@@ -22,6 +20,9 @@ all: | |||
22 | @echo " to install LuaRocks in $(PREFIX) as a rock." | 20 | @echo " to install LuaRocks in $(PREFIX) as a rock." |
23 | @echo | 21 | @echo |
24 | 22 | ||
23 | include Makefile.setup.inc | ||
24 | include Makefile.install.inc | ||
25 | |||
25 | build: src/luarocks/site_config.lua build_bins | 26 | build: src/luarocks/site_config.lua build_bins |
26 | @echo | 27 | @echo |
27 | @echo "Done. Type 'make install' to install into $(PREFIX)." | 28 | @echo "Done. Type 'make install' to install into $(PREFIX)." |