summaryrefslogtreecommitdiff
path: root/misc/gnustep-examples
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-10-19 12:08:19 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-10-19 12:08:19 +0000
commit52c08a9ae0b905212f516876864c49714217fa57 (patch)
tree053ffdc8a86c45395b668f48f9e827b2d85d7b80 /misc/gnustep-examples
parent- New option GNUSTEP_WITH_BASE_GCC (diff)
- use ${RM}
Notes
Notes: svn path=/head/; revision=91670
Diffstat (limited to 'misc/gnustep-examples')
-rw-r--r--misc/gnustep-examples/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/gnustep-examples/Makefile b/misc/gnustep-examples/Makefile
index abeea7aab32e..dbe5a1999bbd 100644
--- a/misc/gnustep-examples/Makefile
+++ b/misc/gnustep-examples/Makefile
@@ -41,7 +41,7 @@ post-install:
${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${INSTALL_TARGET})
.endfor
.if defined(PARALLEL_PACKAGE_BUILD) || defined(BATCH) || defined(CLEAN_ROOT)
- rm -rf /root/GNUstep
+ ${RM} -rf /root/GNUstep
.endif
.include <bsd.port.mk>