summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/preinstall.am
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-01-10 17:57:23 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-01-10 17:57:23 +0000
commitb46f6fb219fde9e705fd6bce9369e29ca2fcdba2 (patch)
tree0833ffe98c4c7cd0a4dafce2178a7f0b14e080a1 /cpukit/posix/preinstall.am
parent2006-10-10 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b46f6fb219fde9e705fd6bce9369e29ca2fcdba2.tar.bz2
Regenerate.
Diffstat (limited to 'cpukit/posix/preinstall.am')
-rw-r--r--cpukit/posix/preinstall.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/preinstall.am b/cpukit/posix/preinstall.am
index 1bd99d97b3..25a2e920d3 100644
--- a/cpukit/posix/preinstall.am
+++ b/cpukit/posix/preinstall.am
@@ -11,12 +11,12 @@ DISTCLEANFILES += $(PREINSTALL_DIRS)
PREINSTALL_FILES =
CLEANFILES += $(PREINSTALL_FILES)
-if HAS_POSIX
$(PROJECT_INCLUDE)/$(dirstamp):
@$(mkdir_p) $(PROJECT_INCLUDE)
@: > $(PROJECT_INCLUDE)/$(dirstamp)
PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
+if HAS_POSIX
$(PROJECT_INCLUDE)/sched.h: include/sched.h $(PROJECT_INCLUDE)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_INCLUDE)/sched.h
PREINSTALL_FILES += $(PROJECT_INCLUDE)/sched.h