diff options
Diffstat (limited to 'makefile.in')
-rw-r--r-- | makefile.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/makefile.in b/makefile.in index f0314299..8b2bbb69 100644 --- a/makefile.in +++ b/makefile.in @@ -295,7 +295,6 @@ install-doc : $(docdir) @echo Copying sample files (cd $(srcdir) && tar cf - C[HO]* PROBLEMS README samples test ) | \ ( cd $(docdir) && tar xf - ) - -rm -f $(libdir)/lynx.tmp # HPUX 'sed' does not seem to like '=' as pattern delimiter. FIX_SED = tr '=' '%' @@ -370,9 +369,9 @@ LYHelp.h : LYHelp.hin @echo @echo '**********************************************' -cfg_defs.h : $(srcdir)/cfg_defs.sh +cfg_defs.h : $(srcdir)/cfg_defs.sh config.cache lynx_cfg.h @rm -f $@ - $(SHELL) $(srcdir)/cfg_defs.sh >$@ + PATH=$(srcdir):$$PATH $(SHELL) -c '$(srcdir)/cfg_defs.sh' install-cfg : $(libdir) -mv -f $(libdir)/lynx.cfg $(libdir)/lynx.oldcfg |