[Midnightbsd-cvs] src: Makefile.inc1: We changed the directory name of the ncurses

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Fri Oct 3 14:43:39 EDT 2008


Log Message:
-----------
We changed the directory name of the ncurses library.  Fix it here.

Modified Files:
--------------
    src:
        Makefile.inc1 (r1.9 -> r1.10)

-------------- next part --------------
Index: Makefile.inc1
===================================================================
RCS file: /home/cvs/src/Makefile.inc1,v
retrieving revision 1.9
retrieving revision 1.10
diff -L Makefile.inc1 -L Makefile.inc1 -u -r1.9 -r1.10
--- Makefile.inc1
+++ Makefile.inc1
@@ -424,7 +424,7 @@
 	cd ${.CURDIR}/${_dir}; \
 	    ${LIB32MAKE} DESTDIR=${LIB32TMP} obj
 .endfor
-.for _dir in lib/libncurses lib/libmagic
+.for _dir in lib/ncurses lib/libmagic
 	cd ${.CURDIR}/${_dir}; \
 	    MAKEOBJDIRPREFIX=${OBJTREE}/lib32 ${MAKE} DESTDIR= build-tools
 .endfor
@@ -874,7 +874,7 @@
     bin/csh \
     bin/sh \
     ${_rescue} \
-    lib/libncurses \
+    lib/ncurses \
     ${_share} \
     ${_aicasm} \
     usr.bin/awk \
@@ -974,7 +974,7 @@
 
 _prebuild_libs+= lib/libbz2 lib/libcom_err lib/libcrypt lib/libexpat \
 		lib/libkvm lib/libmd \
-		lib/libncurses \
+		lib/ncurses \
 		lib/libnetgraph lib/libopie lib/libpam \
 		lib/libpthread lib/libthr lib/libradius \
 		lib/libsbuf lib/libtacplus lib/libutil \


More information about the Midnightbsd-cvs mailing list