diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-26 08:15:03 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-26 08:15:03 +0000 |
commit | bddfb866b0a7c70010083c3786ef4285643d4241 (patch) | |
tree | ec4ccc2639d76626f9bc8df40a2e6d37a1b877b5 /Makerules | |
parent | 085149d0d2731738171d4b352366266cc83d19a6 (diff) |
Default changed to IMA compiling, disabled explicitely where currently not possible. Add clean targets for linuxthreads[_db].
Diffstat (limited to 'Makerules')
-rw-r--r-- | Makerules | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -189,7 +189,7 @@ else endif endif -ifeq ($(DOMULTI),y) +ifneq ($(DOMULTI),n) $($(LIB_NAME)_OUT)/$(LIB_NAME)_so.a: $($(LIB_NAME)_OUT)/$(LIB_NAME).os $($(LIB_NAME)-nomulti-y:.o=.os) $(RM) $@ |