[svn r91] fixed some minor mistakes

This commit is contained in:
Tomas Lindquist Olsen
2007-11-03 14:48:33 +01:00
parent 48492229ec
commit 3b2cb94f6e
2 changed files with 3 additions and 3 deletions

View File

@@ -12,7 +12,7 @@ echo "compiling common runtime"
rebuild internal/arrays.d \
internal/mem.d \
internal/moduleinit.d \
-c -oqobj -dc=llvmdc-posix -explicit || exit 1
-c -oqobj -dc=llvmdc-posix || exit 1
echo "compiling module init backend"
llvm-as -f -o=obj/moduleinit_backend.bc internal/moduleinit_backend.ll || exit 1