- clean up bochs.app and bochs.scpt files that are generated on MacOSX
This commit is contained in:
parent
4a01410fd0
commit
a648fc5a63
@ -235,7 +235,7 @@ $(BX_OBJS): $(BX_INCLUDES)
|
||||
bxversion.h:
|
||||
$(RM) -f bxversion.h
|
||||
echo '/////////////////////////////////////////////////////////////////////////' > bxversion.h
|
||||
echo '// $$Id: Makefile.in,v 1.112 2002-11-21 17:26:48 bdenney Exp $$' >> bxversion.h
|
||||
echo '// $$Id: Makefile.in,v 1.113 2002-11-21 17:30:41 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
|
||||
@ -443,6 +443,9 @@ clean:
|
||||
@RMCOMMAND@ bochsout.txt
|
||||
@RMCOMMAND@ bochs.exp
|
||||
@RMCOMMAND@ bochs.def
|
||||
@RMCOMMAND@ bochs.scpt
|
||||
@RMCOMMAND@ -rf bochs.app
|
||||
@RMCOMMAND@ -rf .libs
|
||||
@RMCOMMAND@ .win32_dll_plugin_target
|
||||
|
||||
local-dist-clean: clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user