Remove untar/wget rules from Makefile

It was causing untar to run every time, blowing away my
ocs modifications.
This commit is contained in:
Neale Pickett 2009-03-03 19:47:30 -07:00
parent d7e7677547
commit 3498ba784a
1 changed files with 0 additions and 6 deletions

View File

@ -16,12 +16,6 @@ bot: $(OCS_DIR)/src/ocs.cma
$(OCS_DIR)/src/ocs.cma $(OCS_DIR)/src/ocs.cmxa: $(OCS_DIR) $(OCS_DIR)/src/ocs.cma $(OCS_DIR)/src/ocs.cmxa: $(OCS_DIR)
cd $(OCS_DIR)/src && make 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 .PHONY: clean
clean: clean:
rm -f bot *.cm* *.o rm -f bot *.cm* *.o