From e31d66345d46bb7f5bef7bc3bece66db137559f9 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 14 Oct 2009 15:07:30 +0000 Subject: =?UTF-8?q?2009-10-14=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * wrapup/Makefile.am: Remove UNIX. --- cpukit/ChangeLog | 1 + cpukit/wrapup/Makefile.am | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'cpukit') diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index e7fff9986c..8bf1e2112e 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,5 +1,6 @@ 2009-10-14 Ralf Corsépius + * wrapup/Makefile.am: Remove UNIX. * configure.ac: Remove UNIX AM_CONDITIONAL. * libfs/Makefile.am: Unconditionally build src/pipe/fifo.c src/pipe/pipe.c src/pipe/pipe.h. diff --git a/cpukit/wrapup/Makefile.am b/cpukit/wrapup/Makefile.am index 5a3e1ac777..f48e0fddab 100644 --- a/cpukit/wrapup/Makefile.am +++ b/cpukit/wrapup/Makefile.am @@ -30,9 +30,7 @@ TMP_LIBS += ../itron/libitron.a endif TMP_LIBS += ../libcsupport/libcsupport.a -if !UNIX TMP_LIBS += ../libblock/libblock.a -endif if LIBDOSFS TMP_LIBS += ../libfs/libdosfs.a endif -- cgit v1.2.3