summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/inline/rtems/posix/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-15 18:55:14 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-04-15 18:55:14 +0000
commit24a9af67e19e71b3d80c51958531de7c8ab9b6bd (patch)
tree29fb7623755f963c50655647e564f633370c2b4b /c/src/exec/posix/inline/rtems/posix/Makefile.in
parentNow install some header files that existed but were not previously (diff)
downloadrtems-24a9af67e19e71b3d80c51958531de7c8ab9b6bd.tar.bz2
Now install header files that existed but were not previously installed.
Diffstat (limited to '')
-rw-r--r--c/src/exec/posix/inline/rtems/posix/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/posix/inline/rtems/posix/Makefile.in b/c/src/exec/posix/inline/rtems/posix/Makefile.in
index 643d53402e..28dca55b38 100644
--- a/c/src/exec/posix/inline/rtems/posix/Makefile.in
+++ b/c/src/exec/posix/inline/rtems/posix/Makefile.in
@@ -16,7 +16,7 @@ PROJECT_ROOT = @PROJECT_ROOT@
VPATH = @srcdir@
#I_PIECES= cond intr key mqueue mutex pthread priority semaphore
-I_PIECES=cond key mutex pthread priority
+I_PIECES=cond key mqueue mutex pthread priority semaphore
I_FILES=$(I_PIECES:%=$(srcdir)/%.inl)
SRCS=$(I_FILES)