aboutsummaryrefslogtreecommitdiffstats
path: root/GNUmakefile
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-05-12 15:16:58 +0200
committerGerd Hoffmann <kraxel@redhat.com>2017-05-12 15:16:58 +0200
commited6dd45396f646522be655d9383ba5c73b7916e2 (patch)
treeedf0833c648d29f6c2bf02d3fe96dfb748a92f2c /GNUmakefile
parentdd2d49bae6e4d8c401bd2b05e9650087c0fbf540 (diff)
downloadinput-ed6dd45396f646522be655d9383ba5c73b7916e2.tar.gz
don't use redirections
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile4
1 files changed, 2 insertions, 2 deletions
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