Changeset 16fc1951 in rtems


Ignore:
Timestamp:
01/27/98 20:24:52 (25 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
3a85d03d
Parents:
4da42c6
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • c/Makefile.in

    r4da42c6 r16fc1951  
    100100        cd ../; tar cf - $(RTEMS_BSP)/[bilsuM]* | \
    101101                (cd $(prefix)/rtems; tar xpBf - )
    102         cd ../make; make RTEMS_BSP=$(RTEMS_BSP) install
     102        cd ../make; $(MAKE) RTEMS_BSP=$(RTEMS_BSP) install
    103103
    104104tests:
Note: See TracChangeset for help on using the changeset viewer.