- "make clean" cleans only the top directory. So why did we have

rm */*.o in here?
This commit is contained in:
Bryce Denney 2002-12-24 15:01:12 +00:00
parent 8b4d0fd629
commit 26a6d3350c

View File

@ -238,7 +238,7 @@ $(BX_OBJS): $(BX_INCLUDES)
bxversion.h:
$(RM) -f bxversion.h
echo '/////////////////////////////////////////////////////////////////////////' > bxversion.h
echo '// $$Id: Makefile.in,v 1.142 2002-12-21 19:23:08 bdenney Exp $$' >> bxversion.h
echo '// $$Id: Makefile.in,v 1.143 2002-12-24 15:01:12 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
@ -439,9 +439,7 @@ zip:
clean:
@RMCOMMAND@ *.o
@RMCOMMAND@ */*.o
@RMCOMMAND@ *.a
@RMCOMMAND@ */*.a
@RMCOMMAND@ bochs
@RMCOMMAND@ bochs.exe
@RMCOMMAND@ bximage