summaryrefslogtreecommitdiffstats
path: root/c/src/exec/rtems/optman
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/rtems/optman
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/rtems/optman')
-rw-r--r--c/src/exec/rtems/optman/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/rtems/optman/Makefile.in b/c/src/exec/rtems/optman/Makefile.in
index ac24e9b841..59648fd674 100644
--- a/c/src/exec/rtems/optman/Makefile.in
+++ b/c/src/exec/rtems/optman/Makefile.in
@@ -30,7 +30,7 @@ DEFINES +=
CPPFLAGS +=
CFLAGS += $(CFLAGS_OS_V)
-ASM4FLAGS += -I $(PROJECT_RELEASE)/include/rtems
+ASM4FLAGS += -I $(PROJECT_INCLUDE)/rtems
LD_PATHS +=
LD_LIBS +=
LDFLAGS +=