Propagate variable calls both to the linker and the compiler.

This commit is contained in:
Sjoerd Mullender 1995-10-11 08:45:15 +00:00
parent da53c5277c
commit 4237efc7f0
1 changed files with 2 additions and 1 deletions

View File

@ -136,7 +136,8 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
*.[cC]) srcs="$srcs $arg";;
*.cc) srcs="$srcs $arg";;
*.c++) srcs="$srcs $arg";;
\$*) libs="$libs $arg";;
\$*) libs="$libs $arg"
cpps="$cpps $arg";;
*.*) echo 1>&2 "bad word $arg in $line"
exit 1;;
-u) skip=libs; libs="$libs -u";;