[LinksOS CVS Commit]linksos/main Makefile,1.10,1.11
Status: Inactive
Brought to you by:
terencevs
|
From: <ke...@to...> - 2003-01-03 23:35:12
|
Update of /cvsroot/linksos/linksos/main In directory router-internal.tossell.net:/tmp/cvs-serv23684/main 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/main/Makefile,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Makefile 3 Jan 2003 23:10:07 -0000 1.10 --- Makefile 3 Jan 2003 23:35:04 -0000 1.11 *************** *** 8,12 **** .SUFFIXES: .asm ! main: start.o ld -r -o main.o $< --- 8,14 ---- .SUFFIXES: .asm ! OBJS = start.o start.o ! ! main.o: $(OBJS) ld -r -o main.o $< |