OSDN Git Service

(gcc.xtar.z): Renamed from gcc.xtar.Z. Use gzip.
authorrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 1993 22:27:20 +0000 (22:27 +0000)
committerrms <rms@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 26 May 1993 22:27:20 +0000 (22:27 +0000)
(dist): Depend on gcc.xtar.z.
(mostlyclean): Delete temp-gcc.xtar.z.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4576 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/Makefile.in

index be02b3d..71ea260 100644 (file)
@@ -1444,7 +1444,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.z
        -rm -f tmp-foo1 tmp-foo2 tmp-proto.* tmp-unproto.1 tmp-SYSCALLS.s
 # Delete the stamp files.
        -rm -f stamp-* tmp-*
@@ -1738,15 +1738,15 @@ TAGS: force
        rmdir temp
 
 # Create the distribution tar file.
-#dist: gcc-$(version).tar.Z
-dist: gcc.xtar.Z
+#dist: gcc-$(version).tar.z
+dist: gcc.xtar.z
 
-gcc.xtar.Z: gcc.xtar
-       compress < gcc.xtar > tmp-gcc.xtar.Z
-       mv tmp-gcc.xtar.Z gcc.xtar.Z
+gcc.xtar.z: gcc.xtar
+       gzip < gcc.xtar > tmp-gcc.xtar.z
+       mv tmp-gcc.xtar.z gcc.xtar.z
 
-#gcc-$(version).tar.Z: gcc-$(version).tar
-#      compress < gcc-$(version).tar > gcc-$(version).tar.Z
+#gcc-$(version).tar.z: gcc-$(version).tar
+#      gzip < gcc-$(version).tar > gcc-$(version).tar.z
 
 #gcc-$(version).tar:
 gcc.xtar: distdir