From 55823d331e5adc2d97cf3c8670bdb6f54f772ded Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sat, 14 Apr 2012 07:11:04 +0200 Subject: replace APP?RPATH SDK by SDKBIN in old build system Commit 0c80ad06fd96a4fec062a7edfff12bb65ef204b4 broke MacOS X builds because of this discrepancy. It would be easy to accept both, but I think it is better to be consistent with gbuild. --- registry/tools/makefile.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'registry/tools') diff --git a/registry/tools/makefile.mk b/registry/tools/makefile.mk index 6a759b1289b3..43043716346b 100644 --- a/registry/tools/makefile.mk +++ b/registry/tools/makefile.mk @@ -62,7 +62,7 @@ APP2STDLIBS=\ APP3TARGET= regcompare APP3OBJS= $(OBJ)$/regcompare.obj $(OBJ)/fileurl.obj $(OBJ)/options.obj -APP3RPATH= SDK +APP3RPATH= SDKBIN APP3STDLIBS=\ $(SALLIB) \ -- cgit