From 63d002a2cdb5712f2dd7917340d7afd574fa1192 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Wed, 21 Mar 2007 02:27:38 +0000 Subject: [PATCH] Unbreak the build on ppc64-linux. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@6654 --- coregrind/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am index d725ad40d5..899490425d 100644 --- a/coregrind/Makefile.am +++ b/coregrind/Makefile.am @@ -63,6 +63,8 @@ valgrind_LDFLAGS = $(AM_CFLAGS_PRI) no_op_client_for_valgrind_SOURCES = no_op_client_for_valgrind.c no_op_client_for_valgrind_CPPFLAGS = $(AM_CPPFLAGS_PRI) no_op_client_for_valgrind_CFLAGS = $(AM_CFLAGS_PRI) +no_op_client_for_valgrind_CCASFLAGS = $(AM_CCASFLAGS_PRI) +no_op_client_for_valgrind_LDFLAGS = $(AM_CFLAGS_PRI) # #---------------------------------------------------------- -- 2.47.2