Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Unified Diff: third_party/yasm/patched-yasm/tools/genmacro/Makefile.inc

Issue 6170009: Update our yasm copy to yasm 1.1.0 (Part 1: yasm side)... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/yasm/patched-yasm/splint.sh ('k') | third_party/yasm/patched-yasm/tools/genperf/Makefile.inc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/yasm/patched-yasm/tools/genmacro/Makefile.inc
===================================================================
--- third_party/yasm/patched-yasm/tools/genmacro/Makefile.inc (revision 71129)
+++ third_party/yasm/patched-yasm/tools/genmacro/Makefile.inc (working copy)
@@ -1,4 +1,4 @@
-# $Id: Makefile.inc 2084 2008-05-09 07:08:17Z peter $
+# $Id: Makefile.inc 2234 2009-10-31 21:52:42Z peter $
# These utility programs have to be built for BUILD host in cross-build.
# This makes things rather non-standard automake
@@ -11,5 +11,6 @@
genmacro_LINK = $(CCLD_FOR_BUILD) -o $@
genmacro.$(OBJEXT): tools/genmacro/genmacro.c
- $(CC_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f tools/genmacro/genmacro.c || echo '$(srcdir)/'`tools/genmacro/genmacro.c
+ $(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) \
+ -c -o $@ `test -f tools/genmacro/genmacro.c || echo '$(srcdir)/'`tools/genmacro/genmacro.c
« no previous file with comments | « third_party/yasm/patched-yasm/splint.sh ('k') | third_party/yasm/patched-yasm/tools/genperf/Makefile.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698