changed as to $(AS)

git-svn-id: svn://kolibrios.org@4764 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
right-hearted 2014-04-04 19:30:41 +00:00
parent 30da2a5328
commit 1aaf7533ee

View File

@ -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))) \