From 3eb232f4b9d15ad37799c5a4a350d0be22c13d5e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 28 Oct 2009 14:17:18 +0100 Subject: [PATCH] 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. --- msdos/Makefile.djg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2