Don't include ramdisk image in .depend - breaks 'make depend'

This commit is contained in:
Ben Gras 2006-03-11 10:58:38 +00:00
parent 9b1d4ef233
commit 23158865b2

View file

@ -47,7 +47,7 @@ clean:
cd ramdisk && make clean
depend:
/usr/bin/mkdep "$(CC) -E $(CPPFLAGS)" *.c ../libdriver/*.c > .depend
/usr/bin/mkdep "$(CC) -E $(CPPFLAGS)" memory.c ../libdriver/*.c > .depend
cd ramdisk && make depend
# Include generated dependencies.