summaryrefslogtreecommitdiffstats
path: root/c/src/libchip
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-01-28 03:02:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-01-28 03:02:15 +0000
commit9d83387b0e6a7bfc0050182460118f7ba399a6e2 (patch)
tree4633b9eb663d7596e406a9435d6ab21257f5161e /c/src/libchip
parent2005-01-28 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-9d83387b0e6a7bfc0050182460118f7ba399a6e2.tar.bz2
Cosmetics.
Diffstat (limited to 'c/src/libchip')
-rw-r--r--c/src/libchip/Makefile.am3
1 files changed, 1 insertions, 2 deletions
diff --git a/c/src/libchip/Makefile.am b/c/src/libchip/Makefile.am
index 488f07b4d8..620c4cdde1 100644
--- a/c/src/libchip/Makefile.am
+++ b/c/src/libchip/Makefile.am
@@ -34,8 +34,7 @@ libnetchip_CPPFLAGS = -D__INSIDE_RTEMS_BSD_TCPIP_STACK__
noinst_LIBRARIES += libnetchip.a
libnetchip_a_SOURCES = network/cs8900.c network/dec21140.c network/i82586.c \
network/sonic.c network/if_fxp.c network/elnk.c network/open_eth.c
-libnetchip_a_CPPFLAGS = $(AM_CPPFLAGS) \
- $(libnetchip_CPPFLAGS)
+libnetchip_a_CPPFLAGS = $(AM_CPPFLAGS) $(libnetchip_CPPFLAGS)
endif
endif