From: Jim Meyering Date: Wed, 28 Oct 2009 13:17:18 +0000 (+0100) Subject: msdos: fix syntax in Makefile.djg X-Git-Tag: v1.3.14~4 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=3eb232f4b9d15ad37799c5a4a350d0be22c13d5e;p=debian%2Fgzip msdos: fix syntax in Makefile.djg * msdos/Makefile.djg (gzip): Change each of two leading 8-space sequences to a TAB. Reported by Allan Mui. --- diff --git a/msdos/Makefile.djg b/msdos/Makefile.djg index f13b6f0..30eb39c 100644 --- a/msdos/Makefile.djg +++ b/msdos/Makefile.djg @@ -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