From ebaaa815342f95a0fbdcc799385de795c6a0bfd3 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 6 Sep 2011 06:08:55 +0000 Subject: [PATCH] add depend target --- unit/atf-src/Makefile.am | 3 +++ unit/atf-src/Makefile.in | 3 +++ 2 files changed, 6 insertions(+) diff --git a/unit/atf-src/Makefile.am b/unit/atf-src/Makefile.am index 22b523b0e1..3eebe61aa8 100644 --- a/unit/atf-src/Makefile.am +++ b/unit/atf-src/Makefile.am @@ -103,6 +103,9 @@ BUILD_SH_TP = \ # Custom targets. # +.PHONY: depend +depend: + .PHONY: clean-all clean-all: MTN="$(MTN)" $(SH) $(srcdir)/admin/clean-all.sh diff --git a/unit/atf-src/Makefile.in b/unit/atf-src/Makefile.in index 0fa6fbcc94..f9a937d86d 100644 --- a/unit/atf-src/Makefile.in +++ b/unit/atf-src/Makefile.in @@ -4614,6 +4614,9 @@ installcheck-atf: # Custom targets. # +.PHONY: depend +depend: + .PHONY: clean-all clean-all: MTN="$(MTN)" $(SH) $(srcdir)/admin/clean-all.sh