diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-07-29 14:52:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-07-29 14:52:00 +0000 |
commit | 786a5421b89a0076d494dbea89bca8ae66aa48da (patch) | |
tree | a633da581c7f7917f8d4d24a5cb5410b218ee01f /misc/Makefile | |
parent | ec986e237a6c0fe52f172c254d3da2ef57b85eb2 (diff) | |
download | glibc-786a5421b89a0076d494dbea89bca8ae66aa48da.tar glibc-786a5421b89a0076d494dbea89bca8ae66aa48da.tar.gz glibc-786a5421b89a0076d494dbea89bca8ae66aa48da.tar.bz2 glibc-786a5421b89a0076d494dbea89bca8ae66aa48da.zip |
Update.
* Rules (tests): Depend on tests-static only if build-static == yes.
* misc/Makefile (install-lib): Compile libbsd-compat.a and libg.a
only if build-static == yes.
1998-07-29 12:58 Ulrich Drepper <drepper@cygnus.com>
* sysdeps/generic/glob.c: Winblowz compatibility stuff.
Patch received from Paul D. Smith <psmith@BayNetworks.COM>.
1998-07-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* sunrpc/clnt_unix.c (__msgwrite)[!SCM_CRED]: Add return
statement, fix typo.
* sunrpc/svc_unix.c (__msgwrite)[!SCM_CRED]: Likewise.
1998-07-29 Andreas Jaeger <aj@arthur.rhein-neckar.de>
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 9365fd2a1a..7a233f5486 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -58,7 +58,9 @@ routines := brk sbrk sstk ioctl \ err error ustat \ getsysstats dirname regexp aux := init-misc +ifeq ($(build-static),yes) install-lib := libbsd-compat.a libg.a +endif gpl2lgpl := error.c error.h tests := tst-dirname tst-tsearch tst-fdset tst-efgcvt tst-mntent |