Changeset 64 for trunk/src/gcc/libf2c


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/libf2c/Makefile.in

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r63 r64  
    123123
    124124all: all-unilib
     125ifeq "$(BUILD_PLATFORM)" "OS2"
     126        $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO="all-unilib"
     127else
    125128        : $(MAKE) ; exec $(MULTIDO) $(FLAGS_TO_PASS) multi-do DO="all-unilib"
     129endif       
    126130
    127131# `all-unilib' is the overall target in the absence of multilibs,
Note: See TracChangeset for help on using the changeset viewer.