build-aux/gen-make: Do not parse typelist as depfile

master v3.2.1
Mike Gerwitz 2018-10-04 16:46:48 -04:00
parent b716e8c2cd
commit 7e69a0c2b6
1 changed files with 6 additions and 0 deletions

View File

@ -94,6 +94,12 @@ until [ $# -eq 0 ]; do (
# begin this file's dependencies
echo -n "$path/$sansext.xmlo: $path/$sansext.xml "
# only further process dependency files
if [[ ! $dpath =~ .dep$ ]]; then
echo
continue;
fi
# output deps
while read dep; do
# if the first character is a slash, then it's relative to the project