summaryrefslogtreecommitdiffstats
path: root/c/Makefile.in
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-01-27 20:24:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-01-27 20:24:52 +0000
commit16fc19518af93e26ffa9727be4da19da60cf1e9f (patch)
treea7f52eeca6832e4e6d88e7acfe90066e07a35d9c /c/Makefile.in
parentRemoved some stanzas per Ralf Corsepius: (diff)
downloadrtems-16fc19518af93e26ffa9727be4da19da60cf1e9f.tar.bz2
Fix from Eric Norum:
There's an explicit invocation of `make' in c/Makefile.in. This breaks for those of us with different `gmake' and `make' programs.
Diffstat (limited to '')
-rw-r--r--c/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/Makefile.in b/c/Makefile.in
index 158ca89f00..394b6e79b4 100644
--- a/c/Makefile.in
+++ b/c/Makefile.in
@@ -99,7 +99,7 @@ install_files: $(PROJECT_ROOT)/$(RTEMS_BSP)/Makefile.inc
-$(RM) -rf $(prefix)/rtems/$(RTEMS_BSP)
cd ../; tar cf - $(RTEMS_BSP)/[bilsuM]* | \
(cd $(prefix)/rtems; tar xpBf - )
- cd ../make; make RTEMS_BSP=$(RTEMS_BSP) install
+ cd ../make; $(MAKE) RTEMS_BSP=$(RTEMS_BSP) install
tests:
cd src/tests; $(MAKE) all