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