aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-06-27 10:36:24 -0300
committerHisham Muhammad <hisham@gobolinux.org>2018-06-27 10:37:15 -0300
commit0dc948de780f3ace7e14284fc1d6cc1fe46abab7 (patch)
tree877cd847a66a852ebb0082bfd51aeecbeace97c7
parent4015d0e8520ac600f874b19de85baf058d2ecfd4 (diff)
downloadluarocks-0dc948de780f3ace7e14284fc1d6cc1fe46abab7.tar.gz
luarocks-0dc948de780f3ace7e14284fc1d6cc1fe46abab7.tar.bz2
luarocks-0dc948de780f3ace7e14284fc1d6cc1fe46abab7.zip
Makefile: make `build` a dependency of `install`
Fixes #832.
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index afffa0dc..80b872eb 100644
--- a/Makefile
+++ b/Makefile
@@ -142,7 +142,7 @@ write_sysconfig:
142 echo '}' >> "$(DESTDIR)$(CONFIG_FILE)" ;\ 142 echo '}' >> "$(DESTDIR)$(CONFIG_FILE)" ;\
143 fi 143 fi
144 144
145install: install_bins install_luas install_site_config write_sysconfig 145install: build install_bins install_luas install_site_config write_sysconfig
146 146
147bootstrap: $(SITE_CONFIG) run_luarocks install_site_config write_sysconfig cleanup_bins 147bootstrap: $(SITE_CONFIG) run_luarocks install_site_config write_sysconfig cleanup_bins
148 148