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

Diff for /mandoc/Makefile between version 1.346 and 1.347

version 1.346, 2011/05/26 20:22:42 version 1.347, 2011/05/26 20:36:21
Line 108  SRCS   = Makefile \
Line 108  SRCS   = Makefile \
                    term.h \                     term.h \
                    term_ascii.c \                     term_ascii.c \
                    term_ps.c \                     term_ps.c \
                      test-mmap.c \
                    test-strlcat.c \                     test-strlcat.c \
                    test-strlcpy.c \                     test-strlcpy.c \
                    tree.c \                     tree.c \
Line 381  config.h: config.h.pre config.h.post
Line 382  config.h: config.h.pre config.h.post
           if $(CC) $(CFLAGS) -Werror -o test-strlcat test-strlcat.c >> config.log 2>&1; then \            if $(CC) $(CFLAGS) -Werror -o test-strlcat test-strlcat.c >> config.log 2>&1; then \
                 echo '#define HAVE_STRLCAT'; \                  echo '#define HAVE_STRLCAT'; \
                 rm test-strlcat; \                  rm test-strlcat; \
             fi; \
             if $(CC) $(CFLAGS) -Werror -o test-mmap test-mmap.c >> config.log 2>&1; then \
                   echo '#define HAVE_MMAP'; \
                   rm test-mmap; \
           fi; \            fi; \
           if $(CC) $(CFLAGS) -Werror -o test-strlcpy test-strlcpy.c >> config.log 2>&1; then \            if $(CC) $(CFLAGS) -Werror -o test-strlcpy test-strlcpy.c >> config.log 2>&1; then \
                 echo '#define HAVE_STRLCPY'; \                  echo '#define HAVE_STRLCPY'; \

Legend:
Removed from v.1.346  
changed lines
  Added in v.1.347

CVSweb