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:
@@ -1461,7 +1461,7 @@ dnl
|
||||
dnl generate files
|
||||
dnl
|
||||
|
||||
AC_OUTPUT(doc/Makefile src/Makefile Makefile)
|
||||
AC_OUTPUT(Makefile)
|
||||
|
||||
echo ""
|
||||
|
||||
|
Reference in New Issue
Block a user