diff options
Diffstat (limited to 'build.template')
-rw-r--r-- | build.template | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.template b/build.template index 0cb0216..a4aa867 100644 --- a/build.template +++ b/build.template @@ -51,7 +51,7 @@ objs="%objs% remote-${REMOTE}.o ${extras} ${ALLOCA}" for file in `echo ${objs} | sed 's/\.o/.c/g'`; do echo compiling ${file}... $CC $defines $CPPFLAGS $CFLAGS \ - -c -I. -I${srcdir} -I${srcdir}/glob ${srcdir}/$file + -c -I. -I${srcdir} ${srcdir}/$file done # The object files were actually all put in the current directory. |