[LinksOS CVS Commit]linksos/hal/x86 Makefile,1.2,1.3
Status: Inactive
Brought to you by:
terencevs
|
From: <ke...@to...> - 2003-01-03 23:00:28
|
Update of /cvsroot/linksos/linksos/hal/x86 In directory router-internal.tossell.net:/tmp/cvs-serv22600/hal/x86 Modified Files: Makefile 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: Makefile =================================================================== RCS file: /cvsroot/linksos/linksos/hal/x86/Makefile,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile 3 Jan 2003 22:53:49 -0000 1.2 --- Makefile 3 Jan 2003 23:00:24 -0000 1.3 *************** *** 4,8 **** include ../include.mk ! CFLAGS = -I$(INCDIRS) -Wall -O -fomit-frame-pointer -c -o hal: kstdio.o --- 4,8 ---- include ../include.mk ! CFLAGS = $(INCDIRS) -Wall -O -fomit-frame-pointer -c -o hal: kstdio.o |