diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-19 20:43:50 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-19 20:43:50 +0000 |
commit | 548f1e20925d7fd318dda846473a0f3fbc03a3a7 (patch) | |
tree | e3e7c24453323c53cd94b8166ac236fc00be0e16 /libcrypt/Makefile.in | |
parent | b91bb097caad9913964b92fd9751241f559cc9e6 (diff) |
Add multi support to libm, remove lib*-multi-y, unneeded
Diffstat (limited to 'libcrypt/Makefile.in')
-rw-r--r-- | libcrypt/Makefile.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libcrypt/Makefile.in b/libcrypt/Makefile.in index 6e77e7383..b9c1ce921 100644 --- a/libcrypt/Makefile.in +++ b/libcrypt/Makefile.in @@ -27,8 +27,6 @@ libcrypt-a-y := $(libcrypt_OBJ) endif libcrypt-so-y := $(libcrypt_OBJ:.o=.os) -libcrypt-multi-y := $(libcrypt_SRC) - lib-a-y += $(top_builddir)lib/libcrypt.a lib-so-y += $(top_builddir)lib/libcrypt.so objclean-y += libcrypt_clean |