Changeset 84 for trunk/Makefile


Ignore:
Timestamp:
May 2, 2003, 1:53:15 PM (22 years ago)
Author:
bird
Message:

xfix again..

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Makefile

    • Property cvs2svn:cvs-rev changed from 1.9 to 1.10
    r83 r84  
    278278.PHONY: gcc-autoconf-refresh gcc-autoconf-rerun gcc-autoconf-clean gcc-autoconf-remove
    279279gcc-autoconf-refresh gcc-autoconf-rerun gcc-autoconf-clean gcc-autoconf-remove:
     280ifeq "$(BUILD_PLATFORM)" "LINUX"
     281        -$(SH) $(PATH_TOP)/xfix.sh
     282endif
    280283        for dir in $(GCC_CONFIGURE_DIRS); do \
    281284                $(MAKE) $(@:gcc-autoconf-%=%) -f $(PWD)/config.gmk -C src/$$dir ; \
     
    326329                --enable-languages=c,c++ "
    327330else
    328         -$(SH) $(PATH_TOP)/xfix.sh
    329331        $(ASH) -c "$< \
    330332                --enable-clh \
Note: See TracChangeset for help on using the changeset viewer.