From 6ca21b4c6a129ae563b39e6fa60ba005b5dd9aa6 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 10 Jan 2008 16:57:05 +0000 Subject: More make fixes --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7b7acca..6eb7a46 100644 --- a/Makefile +++ b/Makefile @@ -11,11 +11,12 @@ SUBDIR= conf.d doc etc init.d man net runlevels sh src INSTALL?= install INSTALLAFTER= _installafter -_installafter: - ${INSTALL} -d ${DESTDIR}${RC_LIB}/init.d - ${INSTALL} -d ${DESTDIR}${RC_LIB}/tmp MK= mk include ${MK}/os.mk include ${MK}/subdir.mk include ${MK}/dist.mk + +_installafter: + ${INSTALL} -d ${DESTDIR}${RC_LIB}/init.d + ${INSTALL} -d ${DESTDIR}${RC_LIB}/tmp -- cgit v1.2.3