Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2005 04:23:07 GMT
From:      soc-andrew <soc-andrew@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 86444 for review
Message-ID:  <200511080423.jA84N7Zk050336@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=86444

Change 86444 by soc-andrew@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200511080423.jA84N7Zk050336>