projects
/
blktrace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5d9acb
)
[PATCH] Makefile: dep fixup
author
Jens Axboe
<axboe@suse.de>
Wed, 5 Oct 2005 09:48:14 +0000
(11:48 +0200)
committer
Jens Axboe
<axboe@suse.de>
Wed, 5 Oct 2005 09:48:14 +0000
(11:48 +0200)
Makefile
patch
|
blob
|
blame
|
history
diff --git
a/Makefile
b/Makefile
index a3e23295110287533b53d65e42ded72d65e95440..5f63480729d158eeffba3ea3bf4ab67cad1fdab9 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-35,4
+35,6
@@
install: $(PROGS) $(SCRIPTS)
$(INSTALL) -m755 -d $(DESTDIR)$(bindir)
$(INSTALL) $(PROGS) $(SCRIPTS) $(DESTDIR)$(bindir)
+ifneq ($(wildcard .depend),)
include .depend
+endif