[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Makefile between version 1.466 and 1.467

version 1.466, 2015/07/19 06:05:16 version 1.467, 2015/10/11 21:12:54
Line 20  VERSION = 1.13.3
Line 20  VERSION = 1.13.3
 # === LIST OF FILES ====================================================  # === LIST OF FILES ====================================================
   
 TESTSRCS         = test-dirent-namlen.c \  TESTSRCS         = test-dirent-namlen.c \
                      test-err.c \
                    test-fgetln.c \                     test-fgetln.c \
                    test-fts.c \                     test-fts.c \
                    test-getsubopt.c \                     test-getsubopt.c \
Line 27  TESTSRCS  = test-dirent-namlen.c \
Line 28  TESTSRCS  = test-dirent-namlen.c \
                    test-mkdtemp.c \                     test-mkdtemp.c \
                    test-mmap.c \                     test-mmap.c \
                    test-ohash.c \                     test-ohash.c \
                      test-progname.c \
                    test-reallocarray.c \                     test-reallocarray.c \
                    test-sqlite3.c \                     test-sqlite3.c \
                    test-sqlite3_errstr.c \                     test-sqlite3_errstr.c \
Line 43  TESTSRCS  = test-dirent-namlen.c \
Line 45  TESTSRCS  = test-dirent-namlen.c \
 SRCS             = att.c \  SRCS             = att.c \
                    cgi.c \                     cgi.c \
                    chars.c \                     chars.c \
                      compat_err.c \
                    compat_fgetln.c \                     compat_fgetln.c \
                    compat_fts.c \                     compat_fts.c \
                    compat_getsubopt.c \                     compat_getsubopt.c \
Line 199  LIBMANDOC_OBJS  = $(LIBMAN_OBJS) \
Line 202  LIBMANDOC_OBJS  = $(LIBMAN_OBJS) \
                    preconv.o \                     preconv.o \
                    read.o                     read.o
   
 COMPAT_OBJS      = compat_fgetln.o \  COMPAT_OBJS      = compat_err.o \
                      compat_fgetln.o \
                    compat_fts.o \                     compat_fts.o \
                    compat_getsubopt.o \                     compat_getsubopt.o \
                    compat_isblank.o \                     compat_isblank.o \

Legend:
Removed from v.1.466  
changed lines
  Added in v.1.467

CVSweb