summaryrefslogtreecommitdiff
path: root/Makerules
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2004-10-23 20:10:40 +0000
committerRoland McGrath <roland@gnu.org>2004-10-23 20:10:40 +0000
commit220addf73a65c84f6a5992c4e44f49598af42ffb (patch)
tree0e172e1ebe67f0abd2f63c0fa70b817d1c779e90 /Makerules
parent17a1031933362b1c917e16f297811068b35a896c (diff)
2004-10-22 Roland McGrath <roland@frob.com>
* Makefile (%.bz2, %.gz): Move these pattern rules ... * Makerules: ... to here.
Diffstat (limited to 'Makerules')
-rw-r--r--Makerules2
1 files changed, 2 insertions, 0 deletions
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.