Use SOURCE var where can

This commit is contained in:
Sanel Zukan 2011-10-20 14:18:11 +00:00
parent f15229e831
commit 24683b07ca
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ SubDir TOP $name ;
SOURCE = $name.cpp ;
EdeProgram $name : $name.cpp ;
EdeProgram $name : \$(SOURCE) ;
TranslationStrings locale : \$(SOURCE) ;
EOF