Changeset 43
- Timestamp:
- Apr 26, 2003, 3:51:07 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gcc/gcc/Makefile.in
-
Property cvs2svn:cvs-rev
changed from
1.3
to1.4
r42 r43 703 703 # OS/2 have some trouble here. 704 704 ifeq "$(BUILD_PLATFORM)" "OS2" 705 PREPEND_DOTDOT_TO_RELATIVE_PATHS = sed -e 's|^ | |' 706 SUBDIR_FLAGS_TO_PASS = $(FLAGS_TO_PASS) 705 PREPEND_DOTDOT_TO_RELATIVE_PATHS = sed \ 706 -e 's|^ *[\\]||' \ 707 -e 's|^ *[^ /][^ /]*/|%&|' \ 708 -e 's| -B| -B%|g' \ 709 -e 's|% *[^- /]|%&|g' \ 710 -e 's|%% *|../|g' \ 711 -e 's|%||g' 707 712 else 708 713 PREPEND_DOTDOT_TO_RELATIVE_PATHS = sed \ … … 712 717 -e 's|%% *|../|g' \ 713 718 -e 's|%||g' 719 endif 714 720 SUBDIR_FLAGS_TO_PASS = $(ORDINARY_FLAGS_TO_PASS) \ 715 721 "CC=`echo @quoted_cc_set_by_configure@ | $(PREPEND_DOTDOT_TO_RELATIVE_PATHS)`" \ 716 722 "STAGE_PREFIX=`echo @quoted_stage_prefix_set_by_configure@ | $(PREPEND_DOTDOT_TO_RELATIVE_PATHS)`" 717 endif718 723 719 724 # … … 844 849 # For i18n support, we also need .gmo, .po, .pox. 845 850 .SUFFIXES: 846 .SUFFIXES: .c .o .po .pox .gmo 851 .SUFFIXES: .c .o .po .pox .gmo 847 852 848 853 Makefile: $(srcdir)/Makefile.in config.status $(srcdir)/version.c \ … … 1533 1538 cfgbuild.o : cfgbuild.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) flags.h insn-config.h \ 1534 1539 $(BASIC_BLOCK_H) $(REGS_H) hard-reg-set.h output.h toplev.h $(RECOG_H) \ 1535 function.h except.h $(GGC_H) 1540 function.h except.h $(GGC_H) 1536 1541 cfgcleanup.o : cfgcleanup.c $(CONFIG_H) $(SYSTEM_H) $(RTL_H) $(TIMEVAR_H)\ 1537 1542 $(BASIC_BLOCK_H) hard-reg-set.h output.h flags.h $(RECOG_H) toplev.h \ … … 3435 3440 CATALOGS = @CATALOGS@ 3436 3441 3437 .PHONY: build- install- build-po install-po update-po 3442 .PHONY: build- install- build-po install-po update-po 3438 3443 3439 3444 # Dummy rules to deal with dependencies produced by use of -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.