From 3498ba784a78ebbeb2c84139b753548108de5a4c Mon Sep 17 00:00:00 2001 From: Neale Pickett Date: Tue, 3 Mar 2009 19:47:30 -0700 Subject: [PATCH] Remove untar/wget rules from Makefile It was causing untar to run every time, blowing away my ocs modifications. --- Makefile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile b/Makefile index b625dc8..e01ff5c 100644 --- a/Makefile +++ b/Makefile @@ -16,12 +16,6 @@ bot: $(OCS_DIR)/src/ocs.cma $(OCS_DIR)/src/ocs.cma $(OCS_DIR)/src/ocs.cmxa: $(OCS_DIR) cd $(OCS_DIR)/src && make -$(OCS_DIR): ocs-$(OCS_VERSION).tar.gz - tar xzf $< - -ocs-$(OCS_VERSION).tar.gz: - wget http://will.iki.fi/software/ocs/files/$@ - .PHONY: clean clean: rm -f bot *.cm* *.o