diff options
-rwxr-xr-x | Modules/makesetup | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/makesetup b/Modules/makesetup index fb480dd..b29938c 100755 --- a/Modules/makesetup +++ b/Modules/makesetup @@ -179,6 +179,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' | objs="$objs $obj" case $src in glmodule.c) ;; + /*) ;; *) src='$(srcdir)/'$src;; esac case $doconfig in |