From cdaf6af77b233b71fa82c0743c36ade285cada60 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 5 Oct 2005 11:48:14 +0200 Subject: [PATCH] [PATCH] Makefile: dep fixup --- Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile b/Makefile index a3e2329..5f63480 100644 --- 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 -- 2.25.1