[LinksOS CVS Commit]linksos/hal include.mk,1.1,1.2
Status: Inactive
Brought to you by:
terencevs
|
From: <ke...@to...> - 2003-01-03 23:00:28
|
Update of /cvsroot/linksos/linksos/hal In directory router-internal.tossell.net:/tmp/cvs-serv22600/hal Modified Files: include.mk Log Message: Title: Include path fix Changes: -I is now added in the include.mk files, not in the Makefile Effects: We won't have to worry about stupid shells misbehaving. a=kennyt Index: include.mk =================================================================== RCS file: /cvsroot/linksos/linksos/hal/include.mk,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** include.mk 3 Jan 2003 21:24:34 -0000 1.1 --- include.mk 3 Jan 2003 23:00:23 -0000 1.2 *************** *** 1 **** ! INCDIRS += ../prototypes \ No newline at end of file --- 1 ---- ! INCDIRS += -I../prototypes \ No newline at end of file |