gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. 3ceb1fae7e19733470a1


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 3ceb1fae7e19733470a15fe065c916c017760818
Date: Sat, 04 Dec 2010 16:48:34 +0000

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 "Gnash".

The branch, master has been updated
       via  3ceb1fae7e19733470a15fe065c916c017760818 (commit)
      from  a6212be7c5c28468a797c29fe6b69c52304423d8 (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://git.savannah.gnu.org/cgit//commit/?id=3ceb1fae7e19733470a15fe065c916c017760818


commit 3ceb1fae7e19733470a15fe065c916c017760818
Author: Gabriele Giacone <address@hidden>
Date:   Sat Dec 4 09:48:13 2010 -0700

    fixed gnu make idiom

diff --git a/gui/Makefile.am b/gui/Makefile.am
index 5683635..1d056e5 100644
--- a/gui/Makefile.am
+++ b/gui/Makefile.am
@@ -188,7 +188,7 @@ bin_SCRIPTS = gnash
 bin_PROGRAMS = 
 
 gnash: gnash.in
-       cp $< $@
+       cp gnash.in $@
        chmod +x $@
 
 # Always include the device files in the source tarball

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

Summary of changes:
 gui/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]