From b6db9b843d692e2c38ed931425a3f327ac717b0d Mon Sep 17 00:00:00 2001 From: Bryce Denney Date: Wed, 18 Dec 2002 05:07:33 +0000 Subject: [PATCH] - copy the bochs.scpt into dlxlinux. With Br'fin's script changes, you can double-click the bochs.scpt in dlxlinux and it will start Bochs. --- bochs/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bochs/Makefile.in b/bochs/Makefile.in index 4553b7749..df91d2673 100644 --- a/bochs/Makefile.in +++ b/bochs/Makefile.in @@ -238,7 +238,7 @@ $(BX_OBJS): $(BX_INCLUDES) bxversion.h: $(RM) -f bxversion.h echo '/////////////////////////////////////////////////////////////////////////' > bxversion.h - echo '// $$Id: Makefile.in,v 1.135 2002-12-14 22:43:56 bdenney Exp $$' >> bxversion.h + echo '// $$Id: Makefile.in,v 1.136 2002-12-18 05:07:33 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 @@ -638,6 +638,7 @@ install_macosx: all download_dlx @INSTALL_DOCBOOK_VAR@ mv $(prefix)/README $(prefix)/README.orig cat $(srcdir)/build/macosx/README.macosx-binary $(prefix)/README.orig > $(prefix)/README rm -f $(prefix)/README.orig + $(CPMAC) $(SCRIPT_EXEC) $(prefix)/dlxlinux for i in $(TEXT_FILE_LIST); do mv $(prefix)/$$i $(prefix)/$$i.txt; done # make the disk image perl $(srcdir)/build/macosx/diskimage.pl $(prefix)