summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/preinstall.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-01-13 09:35:01 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-01-13 09:35:01 +0100
commit544b59bf47adfe1acda09de77b71afebdb83ce02 (patch)
tree6df267cd633b6af61920049860310b9831fa8cf8 /cpukit/posix/preinstall.am
parentposix: Add pthread_getname_np(), ... (diff)
downloadrtems-544b59bf47adfe1acda09de77b71afebdb83ce02.tar.bz2
configure: Remove HAVE_SEMAPHORE_H support
Diffstat (limited to 'cpukit/posix/preinstall.am')
-rw-r--r--cpukit/posix/preinstall.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/cpukit/posix/preinstall.am b/cpukit/posix/preinstall.am
index 4f1b220fe1..41f7a26782 100644
--- a/cpukit/posix/preinstall.am
+++ b/cpukit/posix/preinstall.am
@@ -60,11 +60,6 @@ $(PROJECT_INCLUDE)/mqueue.h: include/mqueue.h $(PROJECT_INCLUDE)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/mqueue.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/mqueue.h
-if !HAVE_SEMAPHORE_H
-$(PROJECT_INCLUDE)/semaphore.h: include/semaphore.h $(PROJECT_INCLUDE)/$(dirstamp)
- $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/semaphore.h
-PREINSTALL_FILES += $(PROJECT_INCLUDE)/semaphore.h
-endif
$(PROJECT_INCLUDE)/rtems/posix/aio_misc.h: include/rtems/posix/aio_misc.h $(PROJECT_INCLUDE)/rtems/posix/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/aio_misc.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/aio_misc.h