diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2018-06-27 10:36:24 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2018-06-27 10:37:15 -0300 |
commit | 0dc948de780f3ace7e14284fc1d6cc1fe46abab7 (patch) | |
tree | 877cd847a66a852ebb0082bfd51aeecbeace97c7 | |
parent | 4015d0e8520ac600f874b19de85baf058d2ecfd4 (diff) | |
download | luarocks-0dc948de780f3ace7e14284fc1d6cc1fe46abab7.tar.gz luarocks-0dc948de780f3ace7e14284fc1d6cc1fe46abab7.tar.bz2 luarocks-0dc948de780f3ace7e14284fc1d6cc1fe46abab7.zip |
Makefile: make `build` a dependency of `install`
Fixes #832.
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -142,7 +142,7 @@ write_sysconfig: | |||
142 | echo '}' >> "$(DESTDIR)$(CONFIG_FILE)" ;\ | 142 | echo '}' >> "$(DESTDIR)$(CONFIG_FILE)" ;\ |
143 | fi | 143 | fi |
144 | 144 | ||
145 | install: install_bins install_luas install_site_config write_sysconfig | 145 | install: build install_bins install_luas install_site_config write_sysconfig |
146 | 146 | ||
147 | bootstrap: $(SITE_CONFIG) run_luarocks install_site_config write_sysconfig cleanup_bins | 147 | bootstrap: $(SITE_CONFIG) run_luarocks install_site_config write_sysconfig cleanup_bins |
148 | 148 | ||