Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5739 in orxonox.OLD for branches/world_entities/depcomp


Ignore:
Timestamp:
Nov 23, 2005, 3:33:40 PM (18 years ago)
Author:
manuel
Message:

groundturret loads

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/world_entities/depcomp

    r5479 r5739  
    22# depcomp - compile a program generating dependencies as side-effects
    33
    4 scriptversion=2005-07-09.11
     4scriptversion=2005-02-09.22
    55
    66# Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc.
     
    1818# You should have received a copy of the GNU General Public License
    1919# along with this program; if not, write to the Free Software
    20 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
    21 # 02110-1301, USA.
     20# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
     21# 02111-1307, USA.
    2222
    2323# As a special exception to the GNU General Public License, if you
     
    468468
    469469  "$@" -E |
    470     sed -n -e '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' \
    471        -e '/^#line [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' |
     470    sed -n '/^# [0-9][0-9]* "\([^"]*\)".*/ s:: \1 \\:p' |
    472471    sed '$ s: \\$::' > "$tmpdepfile"
    473472  rm -f "$depfile"
Note: See TracChangeset for help on using the changeset viewer.