summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmac/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmac/Makefile.sub b/tmac/Makefile.sub
index ba5718b1..954e177f 100644
--- a/tmac/Makefile.sub
+++ b/tmac/Makefile.sub
@@ -73,7 +73,7 @@ install_data: $(NORMALFILES) $(SPECIALFILES) man.local \
-test -f $(localtmacdir)/man.local || \
$(INSTALL_DATA) $(srcdir)/man.local $(localtmacdir)/man.local
-test -f $(localtmacdir)/mdoc.local || \
- $(INSTALL_DATA) $(srcdir)/mdoc.local-s $(localtmacdir)/mdoc.local
+ $(INSTALL_DATA) mdoc.local-s $(localtmacdir)/mdoc.local
stamp-strip: $(STRIPFILES) $(MDOCFILES) mdoc.local
for f in $(STRIPFILES) $(MDOCFILES) mdoc.local; do \