mirror of
https://github.com/gnustep/libs-steptalk.git
synced 2025-02-21 02:31:01 +00:00
adding sqlclient=yes to the make command line. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/steptalk/trunk@35749 72102866-910b-0410-8b05-ffd578937521
5 lines
121 B
Awk
5 lines
121 B
Awk
($0 !~ /^[\t ]*#.*$/) && ($0 !~ /^[\t ]*$/) && (NF == 2) {
|
|
|
|
printf " ADD_%s_OBJECT(%s,@\"%s\");\n", $1, $2, $2
|
|
|
|
}
|