From 9d4dacc8a0fd3261a955c441cddcfa0cd9356ff4 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 12 Sep 2000 12:51:20 +0000 Subject: 2000-09-12 Ralf Corsepius * Makefile.am: Use += to set up AM_CPPFLAGS. --- cpukit/score/cpu/unix/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/score/cpu/unix/Makefile.am') diff --git a/cpukit/score/cpu/unix/Makefile.am b/cpukit/score/cpu/unix/Makefile.am index 27293d32e0..84df350bfb 100644 --- a/cpukit/score/cpu/unix/Makefile.am +++ b/cpukit/score/cpu/unix/Makefile.am @@ -11,7 +11,7 @@ include $(top_srcdir)/../../../../../../automake/lib.am SUBDIRS = rtems -AM_CPPFLAGS = -DCPU_SYNC_IO $(LIBC_DEFINES) +AM_CPPFLAGS += -DCPU_SYNC_IO $(LIBC_DEFINES) C_FILES = cpu.c C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) -- cgit v1.2.3