forked from KolibriOS/kolibrios
removed command $(RM) *.sx
git-svn-id: svn://kolibrios.org@4766 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
087c1d7819
commit
33f9eb14ff
@ -19,7 +19,6 @@ 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
|
||||
$(RM) $*.sx
|
||||
|
||||
ATHIS_LIBC_OBJS += $(subst .c,.o,$(filter %.c,$(THIS_SRCS))) \
|
||||
$(subst .s,.o,$(filter %.s,$(THIS_SRCS))) \
|
||||
|
Loading…
Reference in New Issue
Block a user