mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Use SOURCE var where can
This commit is contained in:
parent
f15229e831
commit
24683b07ca
@ -38,7 +38,7 @@ SubDir TOP $name ;
|
|||||||
|
|
||||||
SOURCE = $name.cpp ;
|
SOURCE = $name.cpp ;
|
||||||
|
|
||||||
EdeProgram $name : $name.cpp ;
|
EdeProgram $name : \$(SOURCE) ;
|
||||||
TranslationStrings locale : \$(SOURCE) ;
|
TranslationStrings locale : \$(SOURCE) ;
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user