diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2024-03-11 13:04:33 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2024-03-11 19:46:27 +0000 |
commit | 1f8530a08c0d7d8ccd7b3b4510eddceb231b11ce (patch) | |
tree | e9dcee433dea09ec30b7b316c418fc620144a860 /GNUmakefile | |
parent | 58b225ef7dc84b4314a9de20113dc35a858f6b30 (diff) | |
download | luarocks-1f8530a08c0d7d8ccd7b3b4510eddceb231b11ce.tar.gz luarocks-1f8530a08c0d7d8ccd7b3b4510eddceb231b11ce.tar.bz2 luarocks-1f8530a08c0d7d8ccd7b3b4510eddceb231b11ce.zip |
don't set up a "project environment" on make default target
Fixes #1639.
Diffstat (limited to 'GNUmakefile')
-rw-r--r-- | GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index afb79cdf..3923a145 100644 --- a/GNUmakefile +++ b/GNUmakefile | |||
@@ -23,7 +23,7 @@ all: build | |||
23 | # Base build | 23 | # Base build |
24 | # ---------------------------------------- | 24 | # ---------------------------------------- |
25 | 25 | ||
26 | build: luarocks luarocks-admin $(builddir)/luarocks $(builddir)/luarocks-admin | 26 | build: config.unix $(builddir)/config-$(LUA_VERSION).lua $(builddir)/luarocks $(builddir)/luarocks-admin |
27 | 27 | ||
28 | config.unix: | 28 | config.unix: |
29 | @echo Please run the "./configure" script before building. | 29 | @echo Please run the "./configure" script before building. |