[LinksOS CVS Commit]linksos/hal/x86 Makefile,1.3,1.4
Status: Inactive
Brought to you by:
terencevs
|
From: <ke...@to...> - 2003-01-03 23:35:12
|
Update of /cvsroot/linksos/linksos/hal/x86 In directory router-internal.tossell.net:/tmp/cvs-serv23684/hal/x86 Modified Files: Makefile Log Message: Title: Various Makefile patches Changes: Changed the makefile. duh Effects: Compiling for other... a=kennyt Index: Makefile =================================================================== RCS file: /cvsroot/linksos/linksos/hal/x86/Makefile,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile 3 Jan 2003 23:00:24 -0000 1.3 --- Makefile 3 Jan 2003 23:35:03 -0000 1.4 *************** *** 6,11 **** CFLAGS = $(INCDIRS) -Wall -O -fomit-frame-pointer -c -o ! hal: kstdio.o ! ld -r -o hal.o kstdio.o .c.o: --- 6,13 ---- CFLAGS = $(INCDIRS) -Wall -O -fomit-frame-pointer -c -o ! OBJS = kstdio.o ! ! hal.o: $(OBJS) ! ld -r -o hal.o $(OBJS) .c.o: |