about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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::