diff options
author | Roland McGrath <roland@hack.frob.com> | 2015-02-06 12:29:27 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2015-02-06 12:29:27 -0800 |
commit | da3a1594af4e97757f74eb5fce6700c3ce40a8b7 (patch) | |
tree | 2f66259bfa8ea5136cda7cfc7e1b13040048f835 /login/Makefile | |
parent | b65c0ff9fc84ca9531215e03a4c4e51092f9251f (diff) | |
download | glibc-da3a1594af4e97757f74eb5fce6700c3ce40a8b7.tar glibc-da3a1594af4e97757f74eb5fce6700c3ce40a8b7.tar.gz glibc-da3a1594af4e97757f74eb5fce6700c3ce40a8b7.tar.bz2 glibc-da3a1594af4e97757f74eb5fce6700c3ce40a8b7.zip |
Move tst-getlogin to login/ subdirectory.
Diffstat (limited to 'login/Makefile')
-rw-r--r-- | login/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/login/Makefile b/login/Makefile index a2ebeff2bf..0f4bb22557 100644 --- a/login/Makefile +++ b/login/Makefile @@ -43,7 +43,7 @@ endif subdir-dirs = programs vpath %.c programs -tests := tst-utmp tst-utmpx tst-grantpt tst-ptsname +tests := tst-utmp tst-utmpx tst-grantpt tst-ptsname tst-getlogin # Build the -lutil library with these extra functions. extra-libs := libutil |