aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorMarcus Comstedt2004-02-01 16:36:47 +0000
committerMarcus Comstedt2004-02-01 16:36:47 +0000
commit5b7cd91cd0a746709f2f6c3f0fda32553ac562bd (patch)
treea5d122570f76d0f7b2ed8c28769cd9f5ddd91136 /backends
parenta79b9060bf6e35b83d52e84f3a613046115763a9 (diff)
downloadscummvm-rg350-5b7cd91cd0a746709f2f6c3f0fda32553ac562bd.tar.gz
scummvm-rg350-5b7cd91cd0a746709f2f6c3f0fda32553ac562bd.tar.bz2
scummvm-rg350-5b7cd91cd0a746709f2f6c3f0fda32553ac562bd.zip
Added missing definition of RM_REC.
svn-id: r12704
Diffstat (limited to 'backends')
-rw-r--r--backends/dc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/backends/dc/Makefile b/backends/dc/Makefile
index ce4d959b11..4b7fa83db0 100644
--- a/backends/dc/Makefile
+++ b/backends/dc/Makefile
@@ -18,6 +18,7 @@ MKDIR = mkdir -p
ECHO = /usr/ucb/echo -n
CAT = cat
RM = rm -f
+RM_REC = rm -rf
AR = sh-elf-ar cru
RANLIB = sh-elf-ranlib