- add $(srcdir) in macosx install lines, so that it works in VPATH build
This commit is contained in:
parent
ac4e5bb6cf
commit
ec18d9b956
@ -192,7 +192,7 @@ $(BX_OBJS): $(BX_INCLUDES)
|
||||
bxversion.h:
|
||||
$(RM) -f bxversion.h
|
||||
echo '/////////////////////////////////////////////////////////////////////////' > bxversion.h
|
||||
echo '// $$Id: Makefile.in,v 1.85 2002-09-20 23:16:23 bdenney Exp $$' >> bxversion.h
|
||||
echo '// $$Id: Makefile.in,v 1.86 2002-09-22 17:43:38 bdenney Exp $$' >> bxversion.h
|
||||
echo '/////////////////////////////////////////////////////////////////////////' >> bxversion.h
|
||||
echo '// This file is generated by "make bxversion.h"' >> bxversion.h
|
||||
echo "#define VER_STRING \"$(VER_STRING)\"" >> bxversion.h
|
||||
@ -449,7 +449,7 @@ dist-clean: local-dist-clean
|
||||
# Build app on MacOS X
|
||||
###########################################
|
||||
APP=bochs.app
|
||||
MACOSX_STUFF=build/macosx
|
||||
MACOSX_STUFF=$(srcdir)/build/macosx
|
||||
REZ=/Developer/Tools/Rez
|
||||
RINCLUDES=/System/Library/Frameworks/Carbon.framework/Libraries/RIncludes
|
||||
REZ_ARGS=-append -i $RINCLUDES -d SystemSevenOrLater=1 -useDF
|
||||
|
Loading…
Reference in New Issue
Block a user