summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-28 03:06:51 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-28 03:06:51 +0000
commit07750fff6a495ed3b9cf5cddea3dc29d5cffe5c3 (patch)
tree5296f5d90d7ca4afe1b598892ab81c95af43a1d3
parentCosmetics. (diff)
downloadrtems-07750fff6a495ed3b9cf5cddea3dc29d5cffe5c3.tar.bz2
2005-01-28 Ralf Corsepius <ralf.corsepius@rtems.org>
* automake/compile.am: Remove RTEMS_CPPFLAGS.
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/automake/compile.am4
2 files changed, 6 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index f6a1ea7720..714843d19b 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,9 @@
2005-01-28 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * automake/compile.am: Remove RTEMS_CPPFLAGS.
+
+2005-01-28 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* libnetworking/net/if_pppvar.h: Ansify.
2005-01-28 Ralf Corsepius <ralf.corsepius@rtems.org>
diff --git a/cpukit/automake/compile.am b/cpukit/automake/compile.am
index 2b03b6c51a..471726f403 100644
--- a/cpukit/automake/compile.am
+++ b/cpukit/automake/compile.am
@@ -4,6 +4,6 @@
depend:
-AM_CPPFLAGS = $(RTEMS_CPPFLAGS)
+AM_CPPFLAGS = -I$(top_builddir) -I$(PROJECT_INCLUDE)
AM_CFLAGS = $(RTEMS_CFLAGS)
-AM_CCASFLAGS = $(RTEMS_CPPFLAGS) $(RTEMS_ASFLAGS)
+AM_CCASFLAGS = -I$(top_builddir) -I$(PROJECT_INCLUDE) $(RTEMS_ASFLAGS)