From cadb41d5bcae27bf3e31c227a04536f7039c23f6 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Fri, 18 Jun 1993 21:43:40 +0000 Subject: [PATCH] (gcc.xtar.gz): Renamed from gcc.tar.z. (dist): Change the dependency. (mostlyclean): Delete tmp-gcc.xtar.gz. From-SVN: r4694 --- gcc/Makefile.in | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/gcc/Makefile.in b/gcc/Makefile.in index 9c40e066f08..550799cb1bd 100644 --- a/gcc/Makefile.in +++ b/gcc/Makefile.in @@ -1448,7 +1448,7 @@ mostlyclean: -rm -f tmplibgcc* tmpcopy xlimits.h for name in $(LIB1FUNCS); do rm -f $${name}.c; done # Delete other temporary files. - -rm -f tmp-float.h tmp-gcc.xtar.z + -rm -f tmp-float.h tmp-gcc.xtar.gz -rm -f tmp-foo1 tmp-foo2 tmp-proto.* tmp-unproto.1 tmp-SYSCALLS.s # Delete the stamp files. -rm -f stamp-* tmp-* @@ -1745,15 +1745,15 @@ TAGS: force rmdir temp # Create the distribution tar file. -#dist: gcc-$(version).tar.z -dist: gcc.xtar.z +#dist: gcc-$(version).tar.gz +dist: gcc.xtar.gz -gcc.xtar.z: gcc.xtar - gzip < gcc.xtar > tmp-gcc.xtar.z - mv tmp-gcc.xtar.z gcc.xtar.z +gcc.xtar.gz: gcc.xtar + gzip < gcc.xtar > tmp-gcc.xtar.gz + mv tmp-gcc.xtar.gz gcc.xtar.gz -#gcc-$(version).tar.z: gcc-$(version).tar -# gzip < gcc-$(version).tar > gcc-$(version).tar.z +#gcc-$(version).tar.gz: gcc-$(version).tar +# gzip < gcc-$(version).tar > gcc-$(version).tar.gz #gcc-$(version).tar: gcc.xtar: distdir -- 2.30.2