dslinux/user/frotz Makefile

stsp stsp at user.in-berlin.de
Sun Jul 2 20:31:35 CEST 2006


Update of /cvsroot/dslinux/dslinux/user/frotz
In directory antilope:/tmp/cvs-serv7994

Modified Files:
	Makefile 
Log Message:
Use absolute path for libncurses include path.


Index: Makefile
===================================================================
RCS file: /cvsroot/dslinux/dslinux/user/frotz/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile	12 Jun 2006 00:45:28 -0000	1.2
+++ Makefile	2 Jul 2006 18:31:32 -0000	1.3
@@ -59,7 +59,7 @@
 #INCL = -I/usr/freeware/include
 #INCL = -I/5usr/include
 #INCL = -I/path/to/ncurses.h
-INCL = -I../../lib/libncurses/include
+INCL = -I$(ROOTDIR)/lib/libncurses/include
 
 # If your vendor-supplied curses library won't work, uncomment the
 # location where the ncurses library is.




More information about the dslinux-commit mailing list