diff tango/lib/llvmdc-posix.mak @ 193:aca17e55b7a5 trunk

[svn r209] Fixed: exotic array to pointer casts were broken. Changed: classes now have opaque vtables.
author lindquist
date Mon, 12 May 2008 18:44:11 +0200
parents 44a95ac7368a
children e881c9b1c738
line wrap: on
line diff
--- a/tango/lib/llvmdc-posix.mak	Mon May 12 18:22:55 2008 +0200
+++ b/tango/lib/llvmdc-posix.mak	Mon May 12 18:44:11 2008 +0200
@@ -31,8 +31,8 @@
 ADD_CFLAGS=
 ADD_DFLAGS=
 
-targets : lib clib doc
-all     : lib clib doc
+targets : lib doc
+all     : lib doc
 
 ######################################################