Makefile.am: no recursive makefiles

Recursive Makefiles are inefficient and error prone (no proper way to
declare dependencies).  Since there's no disadvantage in having one
single Makefile, let's do it.
This commit is contained in:
Max Kellermann
2009-02-23 10:04:51 +01:00
parent a4dfab2aee
commit 3b1a9aeca0
5 changed files with 484 additions and 486 deletions

View File

@@ -1461,7 +1461,7 @@ dnl
dnl generate files
dnl
AC_OUTPUT(doc/Makefile src/Makefile Makefile)
AC_OUTPUT(Makefile)
echo ""