Fixed default Linux path to work with Ubuntu
Also fixed clean target to remove serial objects
This commit is contained in:
parent
6370b61414
commit
54ffcd483f
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ LUAPREFIX_macosx?=/opt/local/
|
||||||
# /usr/local/include/lua$(LUAV)
|
# /usr/local/include/lua$(LUAV)
|
||||||
# where lua headers are found for linux builds
|
# where lua headers are found for linux builds
|
||||||
LUAINC_linux_base?=/usr/include
|
LUAINC_linux_base?=/usr/include
|
||||||
LUAINC_linux?=$(LUAINC_linux_base)$(LUAV)
|
LUAINC_linux?=$(LUAINC_linux_base)/lua$(LUAV)
|
||||||
LUAPREFIX_linux?=/usr/local
|
LUAPREFIX_linux?=/usr/local
|
||||||
|
|
||||||
# LUAINC_win32:
|
# LUAINC_win32:
|
||||||
|
@ -289,7 +289,7 @@ local:
|
||||||
$(MAKE) install INSTALL_TOP_LIB=.. INSTALL_TOP_SHARE=..
|
$(MAKE) install INSTALL_TOP_LIB=.. INSTALL_TOP_SHARE=..
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f $(SOCKET_SO) $(SOCKET_OBJS)
|
rm -f $(SOCKET_SO) $(SOCKET_OBJS) $(SERIAL_OBJS)
|
||||||
rm -f $(MIME_SO) $(UNIX_SO) $(SERIAL_SO) $(MIME_OBJS) $(UNIX_OBJS)
|
rm -f $(MIME_SO) $(UNIX_SO) $(SERIAL_SO) $(MIME_OBJS) $(UNIX_OBJS)
|
||||||
|
|
||||||
.PHONY: all $(PLATS) default clean echo none
|
.PHONY: all $(PLATS) default clean echo none
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue