don't call mkdep with an absolute path

This commit is contained in:
Ben Gras
2007-02-08 16:26:20 +00:00
parent df9326a340
commit 9f2f3dd488
31 changed files with 31 additions and 31 deletions

View File

@@ -32,7 +32,7 @@ install: /usr/sbin/$(DRIVER)
## Generate dependencies
depend:
/usr/bin/mkdep "$(CC) -E $(CPPFLAGS)" *.c > .depend
mkdep "$(CC) -E $(CPPFLAGS)" *.c > .depend
## Clean directory
clean: