2004-10-22 Roland McGrath <roland@frob.com>
authorRoland McGrath <roland@gnu.org>
Sat, 23 Oct 2004 20:10:40 +0000 (20:10 +0000)
committerRoland McGrath <roland@gnu.org>
Sat, 23 Oct 2004 20:10:40 +0000 (20:10 +0000)
* Makefile (%.bz2, %.gz): Move these pattern rules ...
* Makerules: ... to here.

Makefile
Makerules

index 4357ea9..50ee40c 100644 (file)
--- 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)
 
index 09a6b1f..7c6feb7 100644 (file)
--- a/Makerules
+++ b/Makerules
@@ -1328,6 +1328,8 @@ FORCE:
 echo-headers:
        @echo $(headers)
 
+%.bz2: %; bzip2 -9vk $<
+%.gz: %; gzip -9vnc $< > $@.new && mv -f $@.new $@
 \f
 # Common cleaning targets.