Cosmetics.

This commit is contained in:
Ralf Corsepius
2005-01-20 15:15:49 +00:00
parent d873fd49ec
commit 982c61cc67
2 changed files with 2 additions and 4 deletions

View File

@@ -62,8 +62,7 @@ if HAS_NETWORKING
erc32sonic_CPPFLAGS = -D__INSIDE_RTEMS_BSD_TCPIP_STACK__
noinst_PROGRAMS += erc32sonic.rel
erc32sonic_rel_SOURCES = erc32sonic/erc32sonic.c
erc32sonic_rel_CPPFLAGS = $(AM_CPPFLAGS) \
$(erc32sonic_CPPFLAGS)
erc32sonic_rel_CPPFLAGS = $(AM_CPPFLAGS) $(erc32sonic_CPPFLAGS)
erc32sonic_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif

View File

@@ -65,8 +65,7 @@ if HAS_NETWORKING
leon_open_eth_CPPFLAGS = -D__INSIDE_RTEMS_BSD_TCPIP_STACK__
noinst_PROGRAMS += leon_open_eth.rel
leon_open_eth_rel_SOURCES = leon_open_eth/leon_open_eth.c
leon_open_eth_rel_CPPFLAGS = $(AM_CPPFLAGS) \
$(leon_open_eth_CPPFLAGS)
leon_open_eth_rel_CPPFLAGS = $(AM_CPPFLAGS) $(leon_open_eth_CPPFLAGS)
leon_open_eth_rel_LDFLAGS = $(RTEMS_RELLDFLAGS)
endif