diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-19 21:51:09 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-19 21:51:09 +0000 |
commit | 1fbb5fc1b1297801095325cf509b78ade7a2a69a (patch) | |
tree | 8b2128d94ef767851db0e4bc6ca72b514fb3f5d6 /librt | |
parent | f86ea5329ffee64da3294d6c6bf8f4e2474bc87b (diff) |
With one source or syscall only sources there is no use of IMA
Diffstat (limited to 'librt')
-rw-r--r-- | librt/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/librt/Makefile.in b/librt/Makefile.in index 5fddb5fc6..8a30a18e2 100644 --- a/librt/Makefile.in +++ b/librt/Makefile.in @@ -26,8 +26,6 @@ librt-a-y += $(librt_OBJ) endif librt-so-y += $(librt_OBJ:.o=.os) -librt-multi-y += $(librt_SRC) - lib-a-y += $(top_builddir)lib/librt.a lib-so-y += $(top_builddir)lib/librt.so objclean-y += librt_clean |