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 /libresolv/Makefile.in | |
parent | f86ea5329ffee64da3294d6c6bf8f4e2474bc87b (diff) | |
download | uClibc-alpine-1fbb5fc1b1297801095325cf509b78ade7a2a69a.tar.bz2 uClibc-alpine-1fbb5fc1b1297801095325cf509b78ade7a2a69a.tar.xz |
With one source or syscall only sources there is no use of IMA
Diffstat (limited to 'libresolv/Makefile.in')
-rw-r--r-- | libresolv/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libresolv/Makefile.in b/libresolv/Makefile.in index acf59ea20..a7bb329c7 100644 --- a/libresolv/Makefile.in +++ b/libresolv/Makefile.in @@ -26,8 +26,6 @@ libresolv-a-y := $(libresolv_OBJ) endif libresolv-so-y := $(libresolv_OBJ:.o=.os) -libresolv-multi-y := $(libresolv_SRC) - lib-a-y += $(top_builddir)lib/libresolv.a lib-so-y += $(top_builddir)lib/libresolv.so objclean-y += libresolv_clean |