aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/Makefile.in')
-rw-r--r--src/hyper/Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hyper/Makefile.in b/src/hyper/Makefile.in
index 755eb74e..12cbc140 100644
--- a/src/hyper/Makefile.in
+++ b/src/hyper/Makefile.in
@@ -162,10 +162,10 @@ ${HYPER}/pages/ht.db: all-hyper-pre $(srcdir)/pages/*.pht
${OUTLIB}/htsearch: htsearch
- cp -p $< $@
+ cp -p $< $@ && chmod +x $@
${OUTLIB}/presea: presea
- cp -p $< $@
+ cp -p $< $@ && chmod +x $@
${OUTLIB}/ex2ht$(EXEEXT): $(ex2ht_objects) $(ex2ht_DEPENDENCIES)
${LINK} -o $@ $(ex2ht_objects) $(ex2ht_LDADD)