svn commit: r358100 - head/lib/ncurses/ncurses

Baptiste Daroussin bapt at FreeBSD.org
Wed Feb 19 14:09:16 UTC 2020


Author: bapt
Date: Wed Feb 19 14:09:15 2020
New Revision: 358100
URL: https://svnweb.freebsd.org/changeset/base/358100

Log:
  lib_gen.c now also depends on ncurses_dll.h specify it to prevent some breakage
  if ncurses_dll.h is already present in base while building

Modified:
  head/lib/ncurses/ncurses/Makefile

Modified: head/lib/ncurses/ncurses/Makefile
==============================================================================
--- head/lib/ncurses/ncurses/Makefile	Wed Feb 19 12:49:49 2020	(r358099)
+++ head/lib/ncurses/ncurses/Makefile	Wed Feb 19 14:09:15 2020	(r358100)
@@ -345,7 +345,7 @@ names.c: MKnames.awk
 codes.c: MKcodes.awk
 	${AWK} -f ${NCURSES_DIR}/ncurses/tinfo/MKcodes.awk bigstrings=${USE_BIG_STRINGS} ${NCURSES_DIR}/include/Caps > codes.c
 
-lib_gen.c: MKlib_gen.sh curses.h
+lib_gen.c: MKlib_gen.sh curses.h ncurses_dll.h
 	LC_ALL=C sh ${NCURSES_DIR}/ncurses/base/MKlib_gen.sh "${CPP:N${CCACHE_BIN}} ${CPPFLAGS}" \
 	    "${AWK}" generated < curses.h >$@
 


More information about the svn-src-all mailing list