forked from KolibriOS/kolibrios
changed as to $(AS)
git-svn-id: svn://kolibrios.org@4764 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
30da2a5328
commit
1aaf7533ee
@ -19,7 +19,7 @@ DEBUG = 0
|
||||
|
||||
.s.o:
|
||||
$(CPP) -nostdinc -I$(MENUETDEV)/include $*.s -o $*.sx $(CSFLAGS) -DMENUETDEV=$(MENUETDEV) -D__DEV_CONFIG_H=\"$(MENUETDEV)/config.h\"
|
||||
as $*.sx $(AS32OPT) -o $*.o
|
||||
$(AS) $*.sx $(AS32OPT) -o $*.o
|
||||
$(RM) $*.sx
|
||||
|
||||
ATHIS_LIBC_OBJS += $(subst .c,.o,$(filter %.c,$(THIS_SRCS))) \
|
||||
|
Loading…
Reference in New Issue
Block a user