Corrected test scripts for object loading

This commit is contained in:
Gwenal Delaval 2012-08-01 17:16:38 +02:00
parent 41fccc66fb
commit a0af340825
2 changed files with 2 additions and 2 deletions

View file

@ -43,7 +43,7 @@ if [[ ($heptroot == "statics1") ]]; then
fi
if [[ ($heptroot == "statics2") ]]; then
CC="$CC -I ../statics1_c"
CC="$CC -I ../statics1_c ../statics1_c/*.c"
LD="$LD ../statics1_c/[^_]*.o"
fi

View file

@ -48,7 +48,7 @@ if [[ ($heptroot == "statics1") ]]; then
fi
if [[ ($heptroot == "statics2") ]]; then
CC="$CC -I ../statics1_c"
CC="$CC -I ../statics1_c ../statics1_c/*.c"
LD="$LD ../statics1_c/[^_]*.o"
fi