summaryrefslogtreecommitdiff
path: root/tools/check_deps.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/check_deps.py')
-rwxr-xr-xtools/check_deps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/check_deps.py b/tools/check_deps.py
index 1d425f0b5..f3a0e64a2 100755
--- a/tools/check_deps.py
+++ b/tools/check_deps.py
@@ -5,7 +5,7 @@ import os, string
# not used may use later
def get_line_directives_table(file):
# not intended to be portable or useful outside of gs universe.
- CPP_FLAGS="-I../gs/src/ -I../pl/ -I../pcl -I../pxl -I../main/obj -DDEBUG"
+ CPP_FLAGS="-I../gs/base/ -I../gs/psi -I../pl/ -I../pcl -I../pxl -I../main/obj -DDEBUG"
CPP="gcc -E"
CPP_COMMAND=CPP + " " + CPP_FLAGS + " " + file
CPP_IN=os.popen(CPP_COMMAND, 'r')