diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnustep-examples/Makefile | 2 |
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> |