[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] dejagnu : fix example automake INCLUDES warning
From: |
Gilles Espinasse |
Subject: |
[PATCH] dejagnu : fix example automake INCLUDES warning |
Date: |
Thu, 28 Mar 2013 08:08:31 +0100 |
testsuite/mathhelper/Makefile.am:23: warning: 'INCLUDES' is the old name for
'AM_CPPFLAGS' (or '*_CPPFLAGS')
Signed-off-by: Gilles Espinasse <address@hidden>
---
.../mathhelper/testsuite/mathhelper/Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/example/mathhelper/testsuite/mathhelper/Makefile.am
b/example/mathhelper/testsuite/mathhelper/Makefile.am
index d80c08d..80deecd 100644
--- a/example/mathhelper/testsuite/mathhelper/Makefile.am
+++ b/example/mathhelper/testsuite/mathhelper/Makefile.am
@@ -20,7 +20,7 @@ CLEANFILES = *.log *.sum site.bak
all:
@echo "Nothing to be done for all"
-INCLUDES= \
+AM_CPPFLAGS= \
-I$(top_srcdir)/libmathhelper -I/opt/dejagnu-1.4.4/include
noinst_PROGRAMS =
--
1.7.2.5
- [PATCH] dejagnu : fix example automake INCLUDES warning,
Gilles Espinasse <=