diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-19 14:52:00 +0200 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-06-19 14:52:50 +0200 |
commit | a6eace5116d1a711218a7c9086a4e3c4db88ee57 (patch) | |
tree | 5df1c8ed10fc466eb7894509c26ae53f566f19da /Makefile | |
parent | 7b8d2f500b93cd9738e4db881b4ec19fa9e30742 (diff) | |
download | lua-augeas-master.tar.bz2 lua-augeas-master.tar.xz |
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ else FULL_VERSION := $(VERSION) endif -LUAPC := $(shell for pc in lua lua5.1; do \ +LUAPC := $(shell for pc in lua lua5.2 lua5.1; do \ $(PKGCONFIG) --exists $$pc && echo $$pc && break; \ done) |