HFS+ is case insensitive (sic!). At least, it pointed out to not remove

ppc_asm.s file but rather the temporary ppc_asm.out.s variant.
This commit is contained in:
gbeauche 2005-06-30 22:19:01 +00:00
parent 57609bf2fc
commit df960a814e

View File

@ -118,7 +118,7 @@ uninstall:
clean:
rm -f $(APP_EXE) $(OBJ_DIR)/* core* *.core *~ *.bak ppc-execute-impl.cpp
rm -f dyngen basic-dyngen-ops.hpp ppc-dyngen-ops.hpp ppc_asm.s
rm -f dyngen basic-dyngen-ops.hpp ppc-dyngen-ops.hpp ppc_asm.out.s
rm -rf $(APP_APP)
distclean: clean