Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4153 → Rev 3386

/branches/network/uspace/lib/softint/Makefile
30,7 → 30,6
#
 
LIBC_PREFIX = ../libc
 
## Setup toolchain
#
 
59,7 → 58,7
find generic/ -name '*.o' -follow -exec rm \{\} \;
 
depend:
-makedepend -f - -- $(DEPEMD_DEFS) $(CFLAGS) -- $(GENERIC_SOURCES) > Makefile.depend 2> /dev/null
-makedepend $(DEFS) $(CFLAGS) -f - $(GENERIC_SOURCES) > Makefile.depend 2> /dev/null
 
libsoftint.a: depend $(ARCH_OBJECTS) $(GENERIC_OBJECTS)
$(AR) rc libsoftint.a $(ARCH_OBJECTS) $(GENERIC_OBJECTS)