about summary refs log tree commit homepage
path: root/Documentation/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/GNUmakefile')
-rw-r--r--Documentation/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/GNUmakefile b/Documentation/GNUmakefile
index a483c0a..d3834f9 100644
--- a/Documentation/GNUmakefile
+++ b/Documentation/GNUmakefile
@@ -69,7 +69,7 @@ all :: txt
 
 %.txt : %.pod
         $(pod2text) $< $@+
-        touch -r $< $@+ 2>/dev/null || true # GNU-ism
+        touch -r $< $@+
         mv $@+ $@
 
 clean::