From ed6dd45396f646522be655d9383ba5c73b7916e2 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Fri, 12 May 2017 15:16:58 +0200 Subject: don't use redirections --- GNUmakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index ae10a22..f4588f7 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -20,10 +20,10 @@ all: build build: $(TARGETS) $(HEADERS): name.sh - sh name.sh $* > $@ + sh name.sh $* lircd.conf: lirc.sh - sh lirc.sh > $@ + sh lirc.sh $@ lsinput: lsinput.o input.o input-events: input-events.o input.o -- cgit