diff options
author | Marcus Comstedt | 2004-01-31 20:15:37 +0000 |
---|---|---|
committer | Marcus Comstedt | 2004-01-31 20:15:37 +0000 |
commit | 47819c9d49a0bd165f3c47948efce72c782a6422 (patch) | |
tree | 3ff067ceec8cdbebdb771ee8196f0b6d8c3d75fb | |
parent | 41230fa999b40b6ecaa42e133f468e23effaaba1 (diff) | |
download | scummvm-rg350-47819c9d49a0bd165f3c47948efce72c782a6422.tar.gz scummvm-rg350-47819c9d49a0bd165f3c47948efce72c782a6422.tar.bz2 scummvm-rg350-47819c9d49a0bd165f3c47948efce72c782a6422.zip |
Set $(srcdir).
svn-id: r12689
-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 9333ffcfa0..ea0e095aff 100644 --- a/backends/dc/Makefile +++ b/backends/dc/Makefile @@ -3,6 +3,7 @@ ronindir = /usr/local/ronin VPATH = ../.. +srcdir = ../.. CXX = sh-elf-g++ -ml -m4-single-only CXXFLAGS= -O1 -Wno-multichar -funroll-loops -fschedule-insns2 -fomit-frame-pointer -fdelete-null-pointer-checks -fno-exceptions |