lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> makefile:95: target 'AIX' given more than once in the same rule
> makefile:108: target 'FreeBSD' given more than once in the same rule
> makefile:113: target 'Linux' given more than once in the same rule

The make you're running seems to be case-insensitive...

> +CYGWIN_NT-10.0-WOW:
> +       $(MAKE) LUA_A=lua53.dll LUA_T=lua.exe 'AR=ar rs' RANLIB= \
> +               SYSCFLAGS=-DLUA_BUILD_AS_DLL SYSLIBS= SYSLDFLAGS=-s lua.exe
> +       $(MAKE) LUAC_T=luac.exe luac.exe
> +

Except for the quotes, why isn't this the same as mingw ?

Thanks for the feedback.