]> git.gag.com Git - debian/gzip/commitdiff
msdos: fix syntax in Makefile.djg
authorJim Meyering <meyering@redhat.com>
Wed, 28 Oct 2009 13:17:18 +0000 (14:17 +0100)
committerJim Meyering <meyering@redhat.com>
Wed, 28 Oct 2009 13:17:18 +0000 (14:17 +0100)
* msdos/Makefile.djg (gzip): Change each of two leading 8-space
sequences to a TAB.  Reported by Allan Mui.

msdos/Makefile.djg

index f13b6f00f4a662d0e80f8de3bd6bf6b0bceebe06..30eb39cf6e30b8cd972f5479837790626866935e 100644 (file)
@@ -166,8 +166,8 @@ gzip$X:     gzip
        aout2exe gzip
 
 gzip:  $(OBJ1) $(OBJ2)
-        echo $(OBJ1) > gzip.rsp
-        echo $(OBJ2) $(LIBS) >> gzip.rsp
+       echo $(OBJ1) > gzip.rsp
+       echo $(OBJ2) $(LIBS) >> gzip.rsp
        $(CC) $(LDFLAGS) -o $@ @gzip.rsp
        del gzip.rsp