]> granicus.if.org Git - python/commitdiff
don't prepend "$(srcdir)/" to paths beginning with "$" since they are likely
authorSkip Montanaro <skip@pobox.com>
Thu, 6 Jul 2000 17:58:06 +0000 (17:58 +0000)
committerSkip Montanaro <skip@pobox.com>
Thu, 6 Jul 2000 17:58:06 +0000 (17:58 +0000)
to be absolute.

Modules/makesetup

index 18fb682d5a77baea6ed85cd8606a23be3cedcf31..e8229e6b5dd902099e4e4f6d9e682cc476f41803 100755 (executable)
@@ -189,6 +189,7 @@ sed -e 's/[         ]*#.*//' -e '/^[        ]*$/d' |
                        case $src in
                        glmodule.c) ;;
                        /*) ;;
+                       \$*) ;;
                        *) src='$(srcdir)/'$src;;
                        esac
                        case $doconfig in