diff options
author | 2001-04-09 12:56:34 +0000 | |
---|---|---|
committer | 2001-04-09 12:56:34 +0000 | |
commit | 21842f1fecfbf1d81a68c19380700a85e53df57c (patch) | |
tree | 96b2800b289662b045bce7c7ca261b9fbc67e7be | |
parent | Style police a'la niklas@. (diff) | |
download | wireguard-openbsd-21842f1fecfbf1d81a68c19380700a85e53df57c.tar.xz wireguard-openbsd-21842f1fecfbf1d81a68c19380700a85e53df57c.zip |
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' |