Changeset 5739 in orxonox.OLD for branches/world_entities/depcomp
- Timestamp:
- Nov 23, 2005, 3:33:40 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/world_entities/depcomp
r5479 r5739 2 2 # depcomp - compile a program generating dependencies as side-effects 3 3 4 scriptversion=2005-0 7-09.114 scriptversion=2005-02-09.22 5 5 6 6 # Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. … … 18 18 # You should have received a copy of the GNU General Public License 19 19 # along with this program; if not, write to the Free Software 20 # Foundation, Inc., 5 1 Franklin Street, Fifth Floor, Boston, MA21 # 0211 0-1301, USA.20 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 21 # 02111-1307, USA. 22 22 23 23 # As a special exception to the GNU General Public License, if you … … 468 468 469 469 "$@" -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' | 472 471 sed '$ s: \\$::' > "$tmpdepfile" 473 472 rm -f "$depfile"
Note: See TracChangeset
for help on using the changeset viewer.