Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3882 → Rev 3803

/trunk/uspace/lib/libfs/Makefile
30,8 → 30,9
## Common compiler flags
#
 
-include ../../../Makefile.config
 
LIBC_PREFIX = ../libc
 
## Setup toolchain
#
 
58,7 → 59,7
find . -name '*.o' -follow -exec rm \{\} \;
 
depend:
-makedepend -f - -- $(DEPEND_DEFS) $(CFLAGS) -- $(SOURCES) > Makefile.depend 2> /dev/null
-makedepend -f - -- $(DEFS) $(CFLAGS) -- $(SOURCES) > Makefile.depend 2> /dev/null
 
libfs.a: depend $(OBJECTS)
$(AR) rc libfs.a $(OBJECTS)