From 5b30c5154d8f641737d7c669612d06f2b0d7fe49 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Wed, 9 Jan 2008 23:47:15 +0000 Subject: install correctly on NetBSD. --- subdir.mk | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'subdir.mk') diff --git a/subdir.mk b/subdir.mk index 1933c529..86efca04 100644 --- a/subdir.mk +++ b/subdir.mk @@ -1,7 +1,7 @@ # Recursive rules # Adapted from FreeBSDs bsd.subdir.mk _+_ ?= + -ECHODIR ?= true +ECHODIR ?= echo _SUBDIR = @${_+_}for x in ${SUBDIR}; do \ if test -d $$x; then \ ${ECHODIR} "===> ${DIRPRFX}$$x ($@)"; \ @@ -18,10 +18,10 @@ _SUBDIR = @${_+_}for x in ${SUBDIR}; do \ done all: - $(_SUBDIR) + ${_SUBDIR} clean: - $(_SUBDIR) + ${_SUBDIR} install: - $(_SUBDIR) + ${_SUBDIR} depend: - $(_SUBDIR) + ${_SUBDIR} -- cgit v1.2.3