summaryrefslogtreecommitdiff
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
parent17a1031933362b1c917e16f297811068b35a896c (diff)
2004-10-22 Roland McGrath <roland@frob.com>
* Makefile (%.bz2, %.gz): Move these pattern rules ... * Makerules: ... to here.
-rw-r--r--Makefile3
-rw-r--r--Makerules2
2 files changed, 2 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4357ea9d8f..50ee40c26a 100644
--- a/Makefile
+++ b/Makefile
@@ -299,9 +299,6 @@ $(foreach dir,$(dist-separate),
)
endef
-%.bz2: %; bzip2 -9vk $<
-%.gz: %; gzip -9vnc $< > $@.new && mv -f $@.new $@
-
# Do `make dist dist-version=X.Y.Z' to make tar files of an older version.
dist-version = $(version)
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.