root / tags / start / depend.sh

Revision 2, 113 bytes (checked in by docwhat, 9 years ago)

Initial revision

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
Line 
1#!/bin/sh
2
3CC=$1
4shift
5
6# $CC -M -MG $* | \
7
8( $CC -MM $* || exit 1 ) | \
9sed \
10    -e 's@^\(.*\)\.o:@\1.d \1.o:@'
Note: See TracBrowser for help on using the browser.