]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Propagate variable calls both to the linker and the compiler.
authorSjoerd Mullender <sjoerd@acm.org>
Wed, 11 Oct 1995 08:45:15 +0000 (08:45 +0000)
committerSjoerd Mullender <sjoerd@acm.org>
Wed, 11 Oct 1995 08:45:15 +0000 (08:45 +0000)
Modules/makesetup

index 2f4cf5f17c825bccb3e6a75f53cb1cc723d608b4..76ee033ac73284426312704a0fb043bcc729d446 100755 (executable)
@@ -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";;