diff options
Diffstat (limited to 'login/Makefile')
-rw-r--r-- | login/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/login/Makefile b/login/Makefile index d3e6ac8..9968743 100644 --- a/login/Makefile +++ b/login/Makefile @@ -22,7 +22,7 @@ subdir := login -headers := utmp.h utmpbits.h +headers := utmp.h utmpbits.h lastlog.h routines := setutent endutent getutent getutid getutline pututline \ setutent_r endutent_r getutent_r getutid_r getutline_r \ @@ -34,5 +34,3 @@ libutil-routines:= login login_tty logout logwtmp pty include ../Rules - -override CFLAGS += -D_THREAD_SAFE |