about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2017-03-23 02:00:45 +0000
committerEric Wong <e@80x24.org>2017-03-23 02:00:45 +0000
commit1e6995a054d0253ffb19e8430a8262e0ee2d5579 (patch)
treefad4f60239c8534715be2133f14f8c60c693b1f2
parent01ef1822affbaf3ae564a6a5efdc6acce6cc90c2 (diff)
downloadmogilefs-client-1e6995a054d0253ffb19e8430a8262e0ee2d5579.tar.gz
"touch -r" is actually in POSIX.
-rw-r--r--GNUmakefile2
1 files changed, 1 insertions, 1 deletions
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::