7 lines
135 B
Plaintext
7 lines
135 B
Plaintext
|
#!/bin/sh -
|
||
|
#
|
||
|
# Does nothing; used if we don't have a command-line flag to the compiler
|
||
|
# to get it to generate dependencies.
|
||
|
#
|
||
|
exit 0
|