summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2006-01-19 16:19:37 +0000
committerjlam <jlam@pkgsrc.org>2006-01-19 16:19:37 +0000
commit6cd9d27066fde1562d11434dbaf8dcef3e209061 (patch)
tree34b6800b833f930385d64ed007211bdefcaae1df /mk
parent15e61bbe84d19dd2c46d358cd759191aed079781 (diff)
downloadpkgsrc-6cd9d27066fde1562d11434dbaf8dcef3e209061.tar.gz
Change leading spaces into a tab to fix clean if WRKOBJDIR is defined.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.clean.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.clean.mk b/mk/bsd.pkg.clean.mk
index 1defd501b11..400f7e589ac 100644
--- a/mk/bsd.pkg.clean.mk
+++ b/mk/bsd.pkg.clean.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.clean.mk,v 1.1 2006/01/19 16:11:10 jlam Exp $
+# $NetBSD: bsd.pkg.clean.mk,v 1.2 2006/01/19 16:19:37 jlam Exp $
#
# This Makefile fragment is included to bsd.pkg.mk and defines the
# relevant variables and targets for the "clean" phase.
@@ -63,7 +63,7 @@ do-clean:
. if defined(WRKOBJDIR)
-${_PKG_SILENT}${_PKG_DEBUG} \
${RMDIR} ${BUILD_DIR} 2>/dev/null; \
- ${RM} -f ${WRKDIR_BASENAME}
+ ${RM} -f ${WRKDIR_BASENAME}
. endif
.endif