PERFORCE change 86444 for review
soc-andrew
soc-andrew at FreeBSD.org
Mon Nov 7 20:23:09 PST 2005
http://perforce.freebsd.org/chv.cgi?CH=86444
Change 86444 by soc-andrew at soc-andrew_serv on 2005/11/08 04:23:06
Fix the build of liblua and libliblua
Affected files ...
.. //depot/projects/soc2005/bsdinstaller/src/lib/lua/lua/Makefile#2 edit
.. //depot/projects/soc2005/bsdinstaller/src/lib/lua/lualib/Makefile#2 edit
Differences ...
==== //depot/projects/soc2005/bsdinstaller/src/lib/lua/lua/Makefile#2 (text+ko) ====
@@ -6,7 +6,7 @@
SHLIB_MAJOR=5
-.include <../Makefile.inc1>
+.include <${.CURDIR}/../Makefile.inc1>
.PATH: ${LUA_DIR}/src
==== //depot/projects/soc2005/bsdinstaller/src/lib/lua/lualib/Makefile#2 (text+ko) ====
@@ -6,7 +6,7 @@
SHLIB_MAJOR=5
CFLAGS+=-DUSE_DLOPEN=1
-.include <../Makefile.inc1>
+.include <${.CURDIR}/../Makefile.inc1>
.PATH: ${LUA_DIR}/src/lib
More information about the p4-projects
mailing list