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 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::