Skip to content

Commit 9bf8445

Browse files
committed
Support include statement :-(
1 parent 925e547 commit 9bf8445

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
@@ -106,6 +106,7 @@ sed -e 's/[ ]*#.*//' -e '/^[ ]*$/d' |
106106
# Output DEFS in reverse order so first definition overrides
107107
case $line in
108108
*=*) DEFS="$line$NL$DEFS"; continue;;
109+
'include '*) DEFS="$line$NL$DEFS"; continue;;
109110
'*noobjects*')
110111
case $noobjects in
111112
yes) ;;

0 commit comments

Comments
 (0)