From 12f84691728d731e459cd0b9446cac691dfc01fd Mon Sep 17 00:00:00 2001 From: rakslice Date: Tue, 17 Mar 2020 18:21:36 -0700 Subject: [PATCH] fix clean of dyngen binary --- SheepShaver/src/Windows/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SheepShaver/src/Windows/Makefile.in b/SheepShaver/src/Windows/Makefile.in index a18c9029..cb7a0650 100755 --- a/SheepShaver/src/Windows/Makefile.in +++ b/SheepShaver/src/Windows/Makefile.in @@ -138,7 +138,7 @@ mostlyclean: clean: mostlyclean dyngenclean rm -f $(XPLATSRCS) dyngenclean: - rm -f dyngen basic-dyngen-ops.hpp ppc-dyngen-ops.hpp ppc-execute-impl.cpp + rm -f $(DYNGEN) basic-dyngen-ops.hpp ppc-dyngen-ops.hpp ppc-execute-impl.cpp distclean: clean rm -rf $(OBJ_DIR)