Chameleon

Chameleon Commit Details

Date:2011-06-02 21:07:53 (12 years 9 months ago)
Author:Evan Lojewski
Commit:944
Parents: 943
Message:Possible fix for #72
Changes:
M/trunk/Make.rules

File differences

trunk/Make.rules
7171
7272
7373
74
74
7575
7676
7777
$(OBJROOT)/boot2.o:
@echo "\t[AS] boot2.s"
@cc $(CPPFLAGS) -Wa,-n -c $(INC) -arch i386 -o $(OBJROOT)/$(@F) boot2.s \
@$(CC) -Wa,-n -c $(INC) -arch i386 -o $(OBJROOT)/$(@F) boot2.s \
-MD -dependency-file $*.d
@md -u $(OBJROOT)/Makedep -f -d $*.d

Archive Download the corresponding diff file

Revision: 944