diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2001-04-09 12:56:35 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2001-04-09 12:56:35 +0000 |
commit | a30691fbb26b7f0aa11567dcc8566da8dc47e047 (patch) | |
tree | dfb1424289cfe41f54358ca1ec4efba86e1d0f90 | |
parent | 6714e05ab5511f2d9fce0ff7cb6869a25ae0c92e (diff) |
Don't use config.cache as a dependency as it breaks GLOBAL_AUTOCONF_CACHE
(and there is no rule to generate it anyway).
-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' |