libsubid test makefile: fix a typo
Fix a missing space after the -I path Signed-off-by: Serge Hallyn <serge@hallyn.com>
This commit is contained in:
committed by
Alejandro Colomar
parent
6e57238bf9
commit
81b5b26925
@@ -4,7 +4,7 @@ BASE_TEST_DIR ?= $(shell git rev-parse --show-toplevel)
|
||||
basedir := $(BASE_TEST_DIR)
|
||||
|
||||
test_nss: test_nss.c $(basedir)/lib/nss.c
|
||||
gcc -c -I$(basedir)/lib/ -I$(basedir)-o test_nss.o test_nss.c
|
||||
gcc -c -I$(basedir)/lib/ -I$(basedir) -o test_nss.o test_nss.c
|
||||
gcc -o test_nss test_nss.o $(basedir)/lib/.libs/libshadow.a -ldl
|
||||
|
||||
libsubid_zzz.so: libsubid_zzz.c
|
||||
|
||||
Reference in New Issue
Block a user