This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project wmaker-crm.git.

The branch, next has been updated
       via  8fd4821155e19f5e659b05a756ac308fc052b323 (commit)
      from  f65b99e61584772e90d5ffd20f30cbd91ad275f9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://repo.or.cz/w/wmaker-crm.git/commit/8fd4821155e19f5e659b05a756ac308fc052b323

commit 8fd4821155e19f5e659b05a756ac308fc052b323
Author: Ambrus Szabo <[email protected]>
Date:   Sat Mar 26 22:02:06 2011 +0100

    Fix makefiles bug.
    
    FreeBSD make vs gmake
    in FreeBSD: $(dir $<@) => ''
    in gmake: $(dir $<@) => './'

diff --git a/WINGs/Makefile.am b/WINGs/Makefile.am
index 9d6fa91..f04bac0 100644
--- a/WINGs/Makefile.am
+++ b/WINGs/Makefile.am
@@ -108,13 +108,13 @@ get-wings-flags: get-wings-flags.in Makefile
                -e 's#$${GFXLIBS}#$(GFXLIBS)#;'                 -e 
's#$${XFTLIBS}#$(XFTLIBS)#;'                 -e 's#$${INTLIBS}#$(INTLIBS)#;' -  
             -e 's#$${XLIBS}#$(XLIBS)#;' < get-wings-flags.in > $@
+               -e 's#$${XLIBS}#$(XLIBS)#;' < $(dir $<@)get-wings-flags.in > $@
        @chmod 755 $@
 
 get-wutil-flags: get-wutil-flags.in Makefile
        @echo "Generating $@"
        @$(SED) -e 's#$${includedir}#$(includedir)#;'           -e 
's#$${libdir}#$(libdir)#;' -         -e 's#$${INTLIBS}#$(INTLIBS)#;' < 
get-wutil-flags.in > $@
+               -e 's#$${INTLIBS}#$(INTLIBS)#;' < $(dir $<@)get-wutil-flags.in 
> $@
        @chmod 755 $@
 
diff --git a/wrlib/Makefile.am b/wrlib/Makefile.am
index 659a9f2..6c6de3d 100644
--- a/wrlib/Makefile.am
+++ b/wrlib/Makefile.am
@@ -68,6 +68,6 @@ get-wraster-flags: get-wraster-flags.in Makefile
        @$(SED) -e 's#$${inc_search_path}#$(inc_search_path)#;'                 
-e 's#$${lib_search_path}#$(lib_search_path)#;'                 -e 
's#$${GFXLIBS}#$(GFXLIBS)#;' -               -e 's#$${XLIBS}#$(XLIBS)#;' < 
get-wraster-flags.in > $@
+               -e 's#$${XLIBS}#$(XLIBS)#;' < $(dir $<@)get-wraster-flags.in > 
$@
        @chmod 755 $@
 

-----------------------------------------------------------------------

Summary of changes:
 WINGs/Makefile.am |    4 ++--
 wrlib/Makefile.am |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


repo.or.cz automatic notification. Contact project admin [email protected]
if you want to unsubscribe, or site admin [email protected] if you receive
no reply.
-- 
wmaker-crm.git ("Fork from the last available CVS version of Window Maker")


-- 
To unsubscribe, send mail to [email protected].

Reply via email to