diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-05-19 21:09:09 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2014-05-19 21:09:09 +0000 |
commit | 122761dceee0a2ee4c4a4fb6f0751d11c8bac907 (patch) | |
tree | 07b6c52ff29f70c2876e29589dbc42dfa4f934c5 | |
parent | ae6b366f94326ea03ed5d1638ed75c9a4f9e2372 (diff) |
Add do-not-config.h.in as file touch to avoid re-running autoheader.
Prevents xserver's build from creating an empty config.h.in file.
Problem noticed by naddy@.
-rw-r--r-- | share/mk/automake.dep | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/mk/automake.dep b/share/mk/automake.dep index 3554936f4..739ebc45d 100644 --- a/share/mk/automake.dep +++ b/share/mk/automake.dep @@ -1,4 +1,4 @@ -# $OpenBSD: automake.dep,v 1.1 2007/03/17 19:32:42 matthieu Exp $ +# $OpenBSD: automake.dep,v 1.2 2014/05/19 21:09:08 matthieu Exp $ configure configure.ac configure configure.in /Makefile.in /Makefile.am @@ -11,6 +11,8 @@ aclocal.m4 acinclude.m4 /config.h.in configure.in /config.h.in configure.ac /config.h.in aclocal.m4 +/do-not-use-config.h.in configure.ac +/do-not-use-config.h.in aclocal.m4 configure configure.in configure configure.ac configure aclocal.m4 |