From 220addf73a65c84f6a5992c4e44f49598af42ffb Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Sat, 23 Oct 2004 20:10:40 +0000 Subject: 2004-10-22 Roland McGrath * Makefile (%.bz2, %.gz): Move these pattern rules ... * Makerules: ... to here. --- Makerules | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makerules') diff --git a/Makerules b/Makerules index 09a6b1fef7..7c6feb7c1f 100644 --- a/Makerules +++ b/Makerules @@ -1328,6 +1328,8 @@ FORCE: echo-headers: @echo $(headers) +%.bz2: %; bzip2 -9vk $< +%.gz: %; gzip -9vnc $< > $@.new && mv -f $@.new $@ # Common cleaning targets. -- cgit 1.4.1