From d11b98f5034f9c20915fe830094dd053042b86f7 Mon Sep 17 00:00:00 2001 From: hjp Date: Sat, 11 Sep 1999 22:04:15 +0000 Subject: [PATCH] gencat -o for readability. --- scat/GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scat/GNUmakefile b/scat/GNUmakefile index ec25844..399947e 100644 --- a/scat/GNUmakefile +++ b/scat/GNUmakefile @@ -6,7 +6,7 @@ all: scat $(patsubst %.msg, %.cat, $(wildcard *.msg)) scat: scat.o scat.o: scat.c scat.h scat.h: scat.en.msg - gencat -H scat.h scat.en.cat scat.en.msg + gencat -H scat.h -o scat.en.cat scat.en.msg %.cat: %.msg gencat $@ $^