mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Better Clang compatibility
This commit is contained in:
committed by
Ondrej Zajicek
parent
7d37bf79de
commit
85a3639d99
@@ -4,7 +4,7 @@ if [ -z "$4" ] ; then
|
||||
echo "Usage: mergedirs <src-dir> <src-dir-rel> <obj-dir> <list-of-dirs>"
|
||||
exit 1
|
||||
fi
|
||||
cpp=${CPP:-gcc -E}
|
||||
cpp=${CPP:-cc -E}
|
||||
SRCDIR=$1
|
||||
shift
|
||||
SRCREL=$1
|
||||
|
||||
Reference in New Issue
Block a user