diff options
author | Marcus Comstedt | 2004-02-01 16:36:47 +0000 |
---|---|---|
committer | Marcus Comstedt | 2004-02-01 16:36:47 +0000 |
commit | 5b7cd91cd0a746709f2f6c3f0fda32553ac562bd (patch) | |
tree | a5d122570f76d0f7b2ed8c28769cd9f5ddd91136 /backends | |
parent | a79b9060bf6e35b83d52e84f3a613046115763a9 (diff) | |
download | scummvm-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/Makefile | 1 |
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 |