- on make dist-clean, clean up the byproducts of rpm building

This commit is contained in:
Bryce Denney 2002-09-22 23:42:35 +00:00
parent 41929b75bd
commit 90c4c03a7f

View File

@ -192,7 +192,7 @@ $(BX_OBJS): $(BX_INCLUDES)
bxversion.h:
$(RM) -f bxversion.h
echo '/////////////////////////////////////////////////////////////////////////' > bxversion.h
echo '// $$Id: Makefile.in,v 1.86 2002-09-22 17:43:38 bdenney Exp $$' >> bxversion.h
echo '// $$Id: Makefile.in,v 1.87 2002-09-22 23:42:35 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
@ -381,7 +381,7 @@ clean:
local-dist-clean: clean
@RMCOMMAND@ config.h config.status config.log config.cache
@RMCOMMAND@ .dummy `find . -name '*.dsp' -o -name '*.dsw' -o -name '*.opt'`
@RMCOMMAND@ bxversion.h install-x11-fonts build/linux/bochs-dlx build/linux/bochs-docs build/linux/DOC-linux.html
@RMCOMMAND@ bxversion.h install-x11-fonts build/linux/bochs-dlx build/linux/bochs-docs build/linux/DOC-linux.html _rpm_top *.rpm
all-clean: clean
cd iodev @COMMAND_SEPARATOR@