Changeset 84 for trunk/Makefile
- Timestamp:
- May 2, 2003, 1:53:15 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Makefile
-
Property cvs2svn:cvs-rev
changed from
1.9
to1.10
r83 r84 278 278 .PHONY: gcc-autoconf-refresh gcc-autoconf-rerun gcc-autoconf-clean gcc-autoconf-remove 279 279 gcc-autoconf-refresh gcc-autoconf-rerun gcc-autoconf-clean gcc-autoconf-remove: 280 ifeq "$(BUILD_PLATFORM)" "LINUX" 281 -$(SH) $(PATH_TOP)/xfix.sh 282 endif 280 283 for dir in $(GCC_CONFIGURE_DIRS); do \ 281 284 $(MAKE) $(@:gcc-autoconf-%=%) -f $(PWD)/config.gmk -C src/$$dir ; \ … … 326 329 --enable-languages=c,c++ " 327 330 else 328 -$(SH) $(PATH_TOP)/xfix.sh329 331 $(ASH) -c "$< \ 330 332 --enable-clh \ -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.