]> Zhao Yanbai Git Server - minix.git/commitdiff
target should've been called depend
authorBen Gras <ben@minix3.org>
Mon, 5 Sep 2005 14:17:33 +0000 (14:17 +0000)
committerBen Gras <ben@minix3.org>
Mon, 5 Sep 2005 14:17:33 +0000 (14:17 +0000)
drivers/lance/Makefile

index c66595ea5653052fc198934b4c2243eb64d6a47e..a157c4344d8b027c79f88a694552664a92a4340c 100644 (file)
@@ -37,7 +37,7 @@ install:      /usr/sbin/$(DRIVER)
 clean:
        rm -f *.o *.bak $(DRIVER)
 
-mkdepend:
+depend:
        /usr/bin/mkdep "$(CC) -E $(CPPFLAGS)" *.c ../libpci/*.c > .depend
 
 # Include generated dependencies.