summaryrefslogtreecommitdiff
path: root/gen-deps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'gen-deps.sh')
-rwxr-xr-xgen-deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/gen-deps.sh b/gen-deps.sh
index 6c0ced3..2bc82f8 100755
--- a/gen-deps.sh
+++ b/gen-deps.sh
@@ -14,5 +14,5 @@
set -e
rm -f deps
for file in $@; do
- gcc -MM $file -MT ${file%.*}.o -DUPB_THREAD_UNSAFE -Idescriptor -Isrc -I. >> deps
+ gcc -MM $file -MT ${file%.*}.o -DUPB_THREAD_UNSAFE -Idescriptor -Icore -Istream -I. >> deps
done
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback