From 90c4c03a7f01cb33af27c9808372a5f497e4d393 Mon Sep 17 00:00:00 2001 From: Bryce Denney Date: Sun, 22 Sep 2002 23:42:35 +0000 Subject: [PATCH] - on make dist-clean, clean up the byproducts of rpm building --- bochs/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bochs/Makefile.in b/bochs/Makefile.in index c0a89e67c..f2425dc57 100644 --- a/bochs/Makefile.in +++ b/bochs/Makefile.in @@ -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@