From 16fc19518af93e26ffa9727be4da19da60cf1e9f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 27 Jan 1998 20:24:52 +0000 Subject: 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. --- c/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/Makefile.in') 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 -- cgit v1.2.3