Latest changes broke out-of-tree compilation.
This commit is contained in:
parent
3d8ef0c9ef
commit
eab0d1e5e5
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ shift
|
|||
|
||||
echo "Merging system-dependent modules ($@)"
|
||||
MODULES=`for a in $@ ; do
|
||||
cat sysdep/config.h $SRCDIR/$a/Modules |
|
||||
cat $SRCDIR/sysdep/config.h $SRCDIR/$a/Modules |
|
||||
$cpp -U unix -D MACROS_ONLY - |
|
||||
sed "/^[ ]*\$/d;/^#/d;s@\\(.*\\)@\\1 $a/\\1@"
|
||||
done |
|
||||
|
|
Loading…
Reference in a new issue