diff options
| author | Max Horn | 2004-03-01 11:18:50 +0000 | 
|---|---|---|
| committer | Max Horn | 2004-03-01 11:18:50 +0000 | 
| commit | 09198784082b797f4e0b862c0f86e2ab4f1fb63d (patch) | |
| tree | de91b3a2fe59492a0573f245dfc50aea33b3ffb1 /backends/sdl | |
| parent | fa625ce1bef041f6e11e2bcc36b374f51b118fb7 (diff) | |
| download | scummvm-rg350-09198784082b797f4e0b862c0f86e2ab4f1fb63d.tar.gz scummvm-rg350-09198784082b797f4e0b862c0f86e2ab4f1fb63d.tar.bz2 scummvm-rg350-09198784082b797f4e0b862c0f86e2ab4f1fb63d.zip  | |
fixed dep file loading
svn-id: r13122
Diffstat (limited to 'backends/sdl')
| -rw-r--r-- | backends/sdl/module.mk | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/sdl/module.mk b/backends/sdl/module.mk index c2d84218fe..f898190994 100644 --- a/backends/sdl/module.mk +++ b/backends/sdl/module.mk @@ -6,7 +6,7 @@ MODULE_OBJS := \  	backends/sdl/sdl.o  MODULE_DIRS += \ -	backend/sdl +	backends/sdl  # We don't use the common.rules here on purpose  OBJS := $(MODULE_OBJS) $(OBJS)  | 
