summaryrefslogtreecommitdiffstats
path: root/c/src/wrapup
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-12-16 19:02:12 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-12-16 19:02:12 +0000
commitd637822384d160044af7f3baf2b532c3036685a9 (patch)
tree86da071cb1e01094b19c7048a63d55be1e88e3c6 /c/src/wrapup
parentChanged RTEMS_BSP to RTEMS_BSP_LIST. (diff)
downloadrtems-d637822384d160044af7f3baf2b532c3036685a9.tar.bz2
Pass in PROJECT_HOME so rtems-glom can run if the make is invoked
just in this directory.
Diffstat (limited to 'c/src/wrapup')
-rw-r--r--c/src/wrapup/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/c/src/wrapup/Makefile.in b/c/src/wrapup/Makefile.in
index eb93c8242b..b3639a79a5 100644
--- a/c/src/wrapup/Makefile.in
+++ b/c/src/wrapup/Makefile.in
@@ -32,8 +32,10 @@ CLOBBER_ADDITIONS +=
all: $(ARCH) $(LIB)
$(LIB): $(SRCS)
- $(PROJECT_RELEASE)/build-tools/rtems-glom \
- -d $(PROJECT_HOME)/lib -v -V "$(LIB_VARIANT)" -a $(AR)
+ PROJECT_HOME=$(PROJECT_HOME) \
+ $(PROJECT_RELEASE)/build-tools/rtems-glom \
+ -d $(PROJECT_HOME)/lib -v -V "$(LIB_VARIANT)" \
+ -a $(AR)
install: all