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.
This commit is contained in:
Joel Sherrill
1998-01-27 20:24:52 +00:00
parent 4da42c64d4
commit 16fc19518a

View File

@@ -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