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

Diff for /mandoc/Makefile between version 1.436 and 1.437

version 1.436, 2014/08/10 23:54:41 version 1.437, 2014/08/11 01:39:00
Line 52  INSTALL_MAN  = $(INSTALL_DATA)
Line 52  INSTALL_MAN  = $(INSTALL_DATA)
   
 # --- user settings related to database support ------------------------  # --- user settings related to database support ------------------------
   
 # Building apropos(1) and makewhatis(8) requires both SQLite3 and fts(3).  # Building apropos(1) and makewhatis(8) requires SQLite3.
 # To avoid those dependencies, comment the following line.  # To avoid that dependency, comment the following line.
 # Be careful: the fts(3) implementation in glibc is broken on 32bit  
 # machines, see: https://sourceware.org/bugzilla/show_bug.cgi?id=15838  
 #  #
 BUILD_TARGETS   += db-build  BUILD_TARGETS   += db-build
   
Line 135  SRCS   = apropos.c \
Line 133  SRCS   = apropos.c \
                    cgi.c \                     cgi.c \
                    chars.c \                     chars.c \
                    compat_fgetln.c \                     compat_fgetln.c \
                      compat_fts.c \
                    compat_getsubopt.c \                     compat_getsubopt.c \
                    compat_ohash.c \                     compat_ohash.c \
                    compat_reallocarray.c \                     compat_reallocarray.c \
Line 201  DISTFILES  = INSTALL \
Line 200  DISTFILES  = INSTALL \
                    att.in \                     att.in \
                    cgi.h.example \                     cgi.h.example \
                    chars.in \                     chars.in \
                      compat_fts.h \
                    compat_ohash.h \                     compat_ohash.h \
                    config.h.post \                     config.h.post \
                    config.h.pre \                     config.h.pre \
Line 282  LIBMANDOC_OBJS  = $(LIBMAN_OBJS) \
Line 282  LIBMANDOC_OBJS  = $(LIBMAN_OBJS) \
                    read.o                     read.o
   
 COMPAT_OBJS      = compat_fgetln.o \  COMPAT_OBJS      = compat_fgetln.o \
                      compat_fts.o \
                    compat_getsubopt.o \                     compat_getsubopt.o \
                    compat_ohash.o \                     compat_ohash.o \
                    compat_reallocarray.o \                     compat_reallocarray.o \

Legend:
Removed from v.1.436  
changed lines
  Added in v.1.437

CVSweb