~ubuntu-branches/ubuntu/trusty/gcc-snapshot/trusty

« back to all changes in this revision

Viewing changes to debian/rules2

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2013-03-30 09:43:16 UTC
  • mfrom: (1.20.13)
  • Revision ID: package-import@ubuntu.com-20130330094316-to0n06rlu9q64o88
Tags: 20130330-0ubuntu1
Snapshot, taken from the GCC 4.8 branch (post 4.8.0).

Show diffs side-by-side

added added

removed removed

Lines of Context:
2069
2069
                install
2070
2070
 
2071
2071
ifneq ($(configured_libdir),$(libdir))
2072
 
        for i in debug go pkgconfig '*.so' '*.so.*' '*.a' '*.la' '*.py' '*.spec'; do \
 
2072
        for i in debug go pkgconfig '*.so' '*.so.*' '*.a' '*.la' '*.o' '*.py' '*.spec'; do \
2073
2073
          mv $(d)/$(PF)/$(configured_libdir)/$$i \
2074
2074
                $(d)/$(PF)/$(libdir)/. || true; \
2075
2075
        done