Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 76d1f96

Browse files
committed
Michael P. Reilly suggested this fix: makesetup wants to prepend
"$(srcdir)/" before all source files even when is starts with "/".
1 parent a063303 commit 76d1f96

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/makesetup

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
179179
objs="$objs $obj"
180180
case $src in
181181
glmodule.c) ;;
182+
/*) ;;
182183
*) src='$(srcdir)/'$src;;
183184
esac
184185
case $doconfig in

0 commit comments

Comments
 (0)