Author: fw Date: 2012-03-31 10:51:39 +0000 (Sat, 31 Mar 2012) New Revision: 18790 Modified: Makefile Log: Makefile: remove one more missing -old- dependency Modified: Makefile ==================================================================--- Makefile 2012-03-31 10:45:01 UTC (rev 18789) +++ Makefile 2012-03-31 10:51:39 UTC (rev 18790) @@ -45,7 +45,7 @@ serve: @bash bin/test-web-server -.PHONY: update-packages update-testing update-stable +.PHONY: update-packages update-testing update-stable update-oldstable update-packages: update-testing set -e ; for rel in sid experimental ; do \ for archive in main contrib non-free ; do \ @@ -122,7 +122,7 @@ done SEC_MIRROR = http://security.debian.org/dists -update-security: update-old-security +update-security: for archive in $(STABLE); do \ for section in main contrib non-free ; do \ $(PYTHON) bin/apt-update-file \