summaryrefslogtreecommitdiff
path: root/gen-deps.sh
diff options
context:
space:
mode:
authorJoshua Haberman <joshua@reverberate.org>2011-02-13 15:03:12 -0800
committerJoshua Haberman <joshua@reverberate.org>2011-02-13 15:03:12 -0800
commitddb74551f4faa1e2583b9ece0f2d5a6d6c0dc704 (patch)
tree27ac6391837938d711c5a5cf13da87b7bc8c47a8 /gen-deps.sh
parent6bdbb45e88e7b88b294dfb6e4cb493cbc3c8cf74 (diff)
Cleanup Makefile and mv descriptor/ -> src/
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 2bc82f8..adb42ef 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 -Icore -Istream -I. >> deps
+ gcc -MM $file -MT ${file%.*}.o $CPPFLAGS -I. >> deps
done
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback