~ubuntu-branches/ubuntu/maverick/gcc-4.2/maverick

« back to all changes in this revision

Viewing changes to debian/rules.d/binary-cpp.mk

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-05-20 14:00:29 UTC
  • mfrom: (1.1.15 upstream)
  • Revision ID: james.westby@ubuntu.com-20080520140029-x49td702bxdpfw0q
Tags: 4.2.4-0ubuntu1
Update to SVN 20080520 from the ubuntu/gcc-4_2-branch, corresponding
to the GCC-4.2.4 release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
  endif
38
38
 
39
39
        ln -sf $(BASE_VERSION) \
40
 
            $(d_cpp)/$(subst /$(BASE_VERSION),/4.2.1,$(gcc_lib_dir))
41
 
        ln -sf $(BASE_VERSION) \
42
 
            $(d_cpp)/$(subst /$(BASE_VERSION),/4.2.2,$(gcc_lib_dir))
 
40
            $(d_cpp)/$(subst /$(BASE_VERSION),/4.2.3,$(gcc_lib_dir))
43
41
  ifneq ($(gcc_lib_dir),$(gcc_lexec_dir))
44
42
        ln -sf $(BASE_VERSION) \
45
 
            $(d_cpp)/$(subst /$(BASE_VERSION),/4.2.1,$(gcc_lexec_dir))
46
 
        ln -sf $(BASE_VERSION) \
47
 
            $(d_cpp)/$(subst /$(BASE_VERSION),/4.2.2,$(gcc_lexec_dir))
 
43
            $(d_cpp)/$(subst /$(BASE_VERSION),/4.2.3,$(gcc_lexec_dir))
48
44
  endif
49
45
endif
50
46