From 023270f76aca2a6bbf1ad1521b77259c68134587 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Thu, 10 Jan 2008 16:48:02 +0000 Subject: Don't go into SUBOS if same as OS. --- Makefile | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f02c97ea..0f8726f9 100644 --- a/Makefile +++ b/Makefile @@ -8,12 +8,13 @@ PKG= ${NAME}-${VERSION} SUBDIR= conf.d doc etc init.d man net runlevels sh src -MK= mk -include ${MK}/os.mk -include ${MK}/subdir.mk -include ${MK}/dist.mk 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 -- cgit v1.2.3