diff options
author | Roy Marples <roy@marples.name> | 2008-01-10 16:57:05 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2008-01-10 16:57:05 +0000 |
commit | 6ca21b4c6a129ae563b39e6fa60ba005b5dd9aa6 (patch) | |
tree | 1fba7fc22d151641f4d188f820eac094151fca79 /Makefile | |
parent | 13f64ccc9480bf583558fae4fce64813d7f5dd50 (diff) |
More make fixes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -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 |