From 1e6995a054d0253ffb19e8430a8262e0ee2d5579 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Thu, 23 Mar 2017 02:00:45 +0000 Subject: GNUmakefile: fix incorrect comment "touch -r" is actually in POSIX. --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index b512e34..ee14412 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -9,7 +9,7 @@ doc_ex := $(addprefix doc/, $(ex)) $(doc_ex): $(ex) mkdir -p $(@D) install -m 644 $< $@ - -touch -r $< $@ # GNU + -touch -r $< $@ include pkg.mk doc:: -- cgit v1.2.3-24-ge0c7