about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-04-22 00:04:54 +0000
committerEric Wong <e@80x24.org>2019-04-22 00:04:54 +0000
commit641b63163040a240cd5b100621044e8575bf4594 (patch)
tree70504ba6d318fbb0dbaa2dc1ca50bb1562302f12
parentc3b8e3f5cb32e6ea4ca55cec6a6c2668b0876424 (diff)
downloadyahns-641b63163040a240cd5b100621044e8575bf4594.tar.gz
touch(1posix) documents the presence of "-r"
-rw-r--r--Documentation/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile
index ee27399..9f5c43f 100644
--- a/Documentation/GNUmakefile
+++ b/Documentation/GNUmakefile
@@ -60,7 +60,7 @@ all :: txt
 
 %.txt : %.pod
         $(pod2text) $< $@+
-        -touch -r $< $@+ 2>/dev/null # GNU-ism
+        touch -r $< $@+
         mv $@+ $@
 
 clean::