summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include/sys
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-10-08 14:42:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-10-08 14:42:08 +0000
commita2016b9965a4de47b0bac9013b1c4f9f867235f7 (patch)
treeab278df5dac0efc5f8cf1950de236dfed894f2f0 /c/src/exec/posix/include/sys
parentUpdated information on building your own application. (diff)
downloadrtems-a2016b9965a4de47b0bac9013b1c4f9f867235f7.tar.bz2
Removed include directory at "build" point and the link of this directory
to lib/include. Went to using a PROJECT_INCLUDE variable.
Diffstat (limited to 'c/src/exec/posix/include/sys')
-rw-r--r--c/src/exec/posix/include/sys/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/posix/include/sys/Makefile.in b/c/src/exec/posix/include/sys/Makefile.in
index 84d2003ba3..9d1a660d31 100644
--- a/c/src/exec/posix/include/sys/Makefile.in
+++ b/c/src/exec/posix/include/sys/Makefile.in
@@ -27,4 +27,4 @@ CLEAN_ADDITIONS +=
CLOBBER_ADDITIONS +=
all: $(SRCS)
- $(INSTALL) -m 444 ${H_FILES} ${PROJECT_RELEASE}/include/sys
+ $(INSTALL) -m 444 ${H_FILES} $(PROJECT_INCLUDE)/sys