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 /libnsl | |
parent | f86ea5329ffee64da3294d6c6bf8f4e2474bc87b (diff) |
With one source or syscall only sources there is no use of IMA
Diffstat (limited to 'libnsl')
-rw-r--r-- | libnsl/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libnsl/Makefile.in b/libnsl/Makefile.in index 1c354176c..14fc3ed46 100644 --- a/libnsl/Makefile.in +++ b/libnsl/Makefile.in @@ -26,8 +26,6 @@ libnsl-a-y := $(libnsl_OBJ) endif libnsl-so-y := $(libnsl_OBJ:.o=.os) -libnsl-multi-y := $(libnsl_SRC) - lib-a-y += $(top_builddir)lib/libnsl.a lib-so-y += $(top_builddir)lib/libnsl.so objclean-y += libnsl_clean |