diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-05-12 12:20:06 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-05-12 12:20:06 +0000 |
commit | 5df1e78b29d237958b04193b7af2cba136cc443a (patch) | |
tree | f3e1d91c5b1241d4783cca8d724137c2b2538e44 /sysdeps | |
parent | 7214b180b39dfdd05edba7079e9362b10dc73158 (diff) | |
download | glibc-5df1e78b29d237958b04193b7af2cba136cc443a.tar glibc-5df1e78b29d237958b04193b7af2cba136cc443a.tar.gz glibc-5df1e78b29d237958b04193b7af2cba136cc443a.tar.bz2 glibc-5df1e78b29d237958b04193b7af2cba136cc443a.zip |
Compile oldglob in posix subdir.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/Makefile b/sysdeps/unix/sysv/linux/alpha/Makefile index 15ba1c7316..fbbc56ecd3 100644 --- a/sysdeps/unix/sysv/linux/alpha/Makefile +++ b/sysdeps/unix/sysv/linux/alpha/Makefile @@ -1,3 +1,7 @@ +ifeq ($(subdir),posix) +sysdep_routines += oldglob +endif + ifeq ($(subdir),misc) sysdep_headers += alpha/ptrace.h alpha/regdef.h |