You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-mud/tkmoo/files/0.3.32-Makefile-noclean.patch

16 lines
445 B

--- a/Makefile 2003-07-12 03:04:24.000000000 -0400
+++ b/Makefile 2003-07-12 03:04:32.000000000 -0400
@@ -32,11 +32,8 @@
# some shells are set 'noclobber', so force overwriting of the
# executable and installation
-clean:
- \rm -f $(EXECUTABLE)
- \rm -f $(TKMOO_BIN_DIR)/$(EXECUTABLE)
-executable: clean
+executable:
if [ ! -e $(WISH) ]; then \
echo "***"; \
echo "*** Can't find executable '$(WISH)', building anyway..."; \