2000-09-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* network/Makefile.am: Use AM_*FLAGS += .. .
	* ChangeLog: Fix formating.
This commit is contained in:
Joel Sherrill
2000-09-06 13:26:50 +00:00
parent 9c48256494
commit 8af6d150fa
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
2000-09-05 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* network/Makefile.am: Use AM_*FLAGS += .. .
* ChangeLog: Fix formating.
2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2000-09-04 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* network/Makefile.am, rtc/Makefile.am, serial/Makefile.am: * network/Makefile.am, rtc/Makefile.am, serial/Makefile.am:

View File

@@ -27,8 +27,8 @@ $(PROJECT_INCLUDE)/libchip/%.h: %.h
# Add local stuff here using += # Add local stuff here using +=
# #
AM_CPPFLAGS = -D__INSIDE_RTEMS_BSD_TCPIP_STACK__ AM_CPPFLAGS += -D__INSIDE_RTEMS_BSD_TCPIP_STACK__
AM_CFLAGS = $(LIBC_DEFINES) AM_CFLAGS += $(LIBC_DEFINES)
$(LIB): $(OBJS) $(LIB): $(OBJS)
$(make-library) $(make-library)