summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2001-04-09 12:56:34 +0000
committermillert <millert@openbsd.org>2001-04-09 12:56:34 +0000
commit21842f1fecfbf1d81a68c19380700a85e53df57c (patch)
tree96b2800b289662b045bce7c7ca261b9fbc67e7be
parentStyle police a'la niklas@. (diff)
downloadwireguard-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.in2
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'