diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -21,7 +21,6 @@ VERSION = 1.13.3 TESTSRCS = test-dirent-namlen.c \ test-err.c \ - test-fgetln.c \ test-fts.c \ test-getsubopt.c \ test-isblank.c \ @@ -47,7 +46,6 @@ SRCS = att.c \ cgi.c \ chars.c \ compat_err.c \ - compat_fgetln.c \ compat_fts.c \ compat_getsubopt.c \ compat_isblank.c \ @@ -207,7 +205,6 @@ LIBMANDOC_OBJS = $(LIBMAN_OBJS) \ read.o COMPAT_OBJS = compat_err.o \ - compat_fgetln.o \ compat_fts.o \ compat_getsubopt.o \ compat_isblank.o \ |