summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/preinstall.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-12-04 06:05:20 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-12-04 06:05:20 +0000
commit586d96ed41967a76dba954c59a6d68c5d5153dca (patch)
tree2a1f62741a7b6636a965efb6abe4106d9890b01e /cpukit/posix/preinstall.am
parentEliminate AM_CONDITIONAL LIBPOSIX. (diff)
downloadrtems-586d96ed41967a76dba954c59a6d68c5d5153dca.tar.bz2
Regenerate.
Diffstat (limited to 'cpukit/posix/preinstall.am')
-rw-r--r--cpukit/posix/preinstall.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpukit/posix/preinstall.am b/cpukit/posix/preinstall.am
index eae3fa7ab7..683ee6ef5c 100644
--- a/cpukit/posix/preinstall.am
+++ b/cpukit/posix/preinstall.am
@@ -18,7 +18,6 @@ $(PROJECT_INCLUDE)/$(dirstamp):
@: > $(PROJECT_INCLUDE)/$(dirstamp)
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
-if LIBPOSIX
if HAS_PTHREADS
$(PROJECT_INCLUDE)/sched.h: include/sched.h $(PROJECT_INCLUDE)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/sched.h
@@ -161,4 +160,3 @@ $(PROJECT_INCLUDE)/rtems/posix/spinlock.inl: inline/rtems/posix/spinlock.inl $(P
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/posix/spinlock.inl
PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/posix/spinlock.inl
endif
-endif