hnb: fix whitespace lints
This commit is contained in:
parent
50f81ca177
commit
0162fc59e9
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ post_extract() {
|
|||
sed -i '/CFLAGS *=/s/$/ $(CCFLAGS)/' src/Makefile src/libcli/Makefile
|
||||
sed -i '/LIBS=/s/$/ $(LDFLAGS)/' src/Makefile
|
||||
}
|
||||
do_build(){
|
||||
do_build() {
|
||||
make -C src ${makejobs} CC="$CC" CCFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
|
||||
make -C util ${makejobs} CC="$CC" CCFLAGS="$CFLAGS" LDFLAGS="$LDFLAGS"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue