diff options
-rw-r--r-- | gnu/usr.bin/lynx/makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/lynx/makefile.in b/gnu/usr.bin/lynx/makefile.in index 12787c48442..9a62e8febd6 100644 --- a/gnu/usr.bin/lynx/makefile.in +++ b/gnu/usr.bin/lynx/makefile.in @@ -402,7 +402,7 @@ LYHelp.h : LYHelp.hin @echo @echo '**********************************************' -cfg_defs.h : $(srcdir)/cfg_defs.sh config.cache lynx_cfg.h +cfg_defs.h : $(srcdir)/cfg_defs.sh lynx_cfg.h @rm -f $@ PATH=$(srcdir):$$PATH; export PATH; $(SHELL) -c '$(SHELL) $(srcdir)/cfg_defs.sh' |