removed command $(RM) *.sx

git-svn-id: svn://kolibrios.org@4766 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
right-hearted 2014-04-04 20:07:56 +00:00
parent 087c1d7819
commit 33f9eb14ff

View File

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