X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=bindings%2FMakefile.am;h=f6c8d98632c013996e9c615f4413df291dec10ae;hb=b375d439fffdc6985be67b9ca6cdf4d072c704b1;hp=fd0a3521d747a0a947626aa5e66842ac6a50cf1d;hpb=80b552c8c6b95a1dd68b3fb9e546561bbc2c0999;p=rrdtool.git diff --git a/bindings/Makefile.am b/bindings/Makefile.am index fd0a352..f6c8d98 100644 --- a/bindings/Makefile.am +++ b/bindings/Makefile.am @@ -35,7 +35,7 @@ python: cd python && env BUILDLIBDIR=../../src/.libs $(PYTHON) setup.py build_ext --rpath=$(libdir) && env LIBDIR=../../src/.libs $(PYTHON) setup.py build lua: - cd lua && $(LUA) Makefile.lua "PREFIX=$(prefix) POD2MAN=$(POD2MAN) LUABIN=$(LUA) $(LUA_MAKE_OPTIONS)" > Makefile && $(MAKE) + cd lua && $(LUA) Makefile.lua > Makefile && $(MAKE) # rules for building the perl module perl_piped: perl-piped/Makefile