From a61888b0eaa7dfdce888b353bed263bf4c5c425e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Wed, 14 Oct 2009 14:57:04 +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 * libfs/Makefile.am: Unconditionally build src/pipe/fifo.c src/pipe/pipe.c src/pipe/pipe.h. --- cpukit/libfs/Makefile.am | 3 --- 1 file changed, 3 deletions(-) (limited to 'cpukit/libfs/Makefile.am') diff --git a/cpukit/libfs/Makefile.am b/cpukit/libfs/Makefile.am index 48c4ad53d2..6eb3ead8e2 100644 --- a/cpukit/libfs/Makefile.am +++ b/cpukit/libfs/Makefile.am @@ -40,12 +40,9 @@ libimfs_a_SOURCES += src/imfs/imfs_chown.c src/imfs/imfs_config.c \ src/devfs/devfs.h # POSIX FIFO/pipe -if ! UNIX libimfs_a_SOURCES += src/pipe/fifo.c src/pipe/pipe.c src/pipe/pipe.h -endif # dosfs - if LIBDOSFS noinst_LIBRARIES += libdosfs.a -- cgit v1.2.3