doc/Makefile is now dependent on whether or not doc is enabled.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@446 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
978b2bfa3b
commit
aa3b5ee436
|
@ -158,8 +158,11 @@ if test "$GCC" = yes; then
|
||||||
fi
|
fi
|
||||||
AC_SUBST(ENABLE_WARNINGS,$ENABLE_WARNINGS)
|
AC_SUBST(ENABLE_WARNINGS,$ENABLE_WARNINGS)
|
||||||
|
|
||||||
|
if test "$enabled_doc" = "yes"; then
|
||||||
|
AC_CONFIG_FILES([doc/Makefile])
|
||||||
|
fi
|
||||||
|
|
||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
doc/Makefile
|
|
||||||
windows/Makefile
|
windows/Makefile
|
||||||
avrdude.spec
|
avrdude.spec
|
||||||
avrdude.conf
|
avrdude.conf
|
||||||
|
|
Loading…
Reference in New Issue