Author: Konstantin Dmitriev <[email protected]>
Date:   Tue May 10 22:17:44 2011 +0700

Fix issue when building outside of the source code root dir.

---

 synfig-studio/images/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/synfig-studio/images/Makefile.am b/synfig-studio/images/Makefile.am
index 06a67a1..ec8ff0e 100644
--- a/synfig-studio/images/Makefile.am
+++ b/synfig-studio/images/Makefile.am
@@ -395,7 +395,7 @@ splash_screen_development.sif: 
$(srcdir)/splash_screen_development.sif.in
        export branch=`git branch -a --no-color --contains HEAD | sed -e s/\*\ 
// | sed -e s/\(no\ branch\)// | tr '\n' ' ' | tr -s ' ' | sed s/^' '//` && \
        export branch=`echo $$branch | egrep origin/master > /dev/null && echo 
master || echo $$branch | cut -d ' ' -f 1 | sed -e 's/.*\///'` && \
        sed "s|%branch%|$$branch|" $< | sed "s|%commit_date%|$$commit_date|" | 
sed "s|%commit_id%|$$commit_id|" > $@
-splash_screen.$(EXT): $(srcdir)/splash_screen_development.sif
+splash_screen.$(EXT): splash_screen_development.sif
        $(SYNFIG) -q $< -o $@ --time 0
 else
 splash_screen.$(EXT): $(srcdir)/splash_screen-$(PACKAGE_VERSION).sif


------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl

Reply via email to