Changeset 64 for trunk/src/gcc/libobjc


Ignore:
Timestamp:
Apr 29, 2003, 10:10:52 PM (22 years ago)
Author:
bird
Message:

OS/2 workaround for the parallel build workaround ': $(MAKE) ; $(MULTIDO) $(AM_MAKEFLAGS) DO=all multi-do'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gcc/libobjc/Makefile.in

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r63 r64  
    138138
    139139all: libobjc.la $(OBJC_BOEHM_GC)
     140ifeq "$(BUILD_PLATFORM)" "OS2"
     141        $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
     142else
    140143        : $(MAKE) ; exec $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO=all
     144endif   
    141145
    142146# User-visible header files.
Note: See TracChangeset for help on using the changeset viewer.