[Zrouter-src] ZRouter.org: push to ZRouter tools/oldlzma/Makefile

zrouter-src at zrouter.org zrouter-src at zrouter.org
Thu Sep 13 22:48:14 UTC 2012


details:   http://zrouter.org/hg/zrouter//rev/370cf0e347e3
changeset: 418:370cf0e347e3
user:      Aleksandr Rybalko <ray at ddteam.net>
date:      Fri Sep 14 01:49:53 2012 +0300
description:
Fix oldlzma to build under different OBJ dir.

diffstat:

 tools/oldlzma/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (13 lines):

diff -r 53ceb7208ffc -r 370cf0e347e3 tools/oldlzma/Makefile
--- a/tools/oldlzma/Makefile	Fri Sep 14 01:48:26 2012 +0300
+++ b/tools/oldlzma/Makefile	Fri Sep 14 01:49:53 2012 +0300
@@ -1,7 +1,7 @@
 BINDIR?=/usr/bin/
 
-CFLAGS+= -ISRC
-CXXFLAGS+= -ISRC
+CFLAGS+= -I${.CURDIR}/SRC
+CXXFLAGS+= -I${.CURDIR}/SRC
 NO_MAN=
 PROG_CXX=oldlzma
 


More information about the Zrouter-src mailing list