X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=nss%2FMakefile;h=bbc43ee4f35c4c57e3da632b26ea323af0f5daa3;hb=1d028880cfb17a7c8a9e3b1f54cf1e980baca63d;hp=f103dafc773d4f4e8b075be4f4141995402f1c81;hpb=839f07d7b3130efc613d7d3fa8ed71a7d8d5fd7f;p=nsscash%2Fnsscash.git diff --git a/nss/Makefile b/nss/Makefile index f103daf..bbc43ee 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -26,8 +26,8 @@ libnss_cash.so.2 libcash_test.so: $(wildcard *.c) $(wildcard *.h) # Tests test: tests/gr tests/pw tests/group.nsscash tests/passwd.nsscash - LD_LIBRARY_PATH=. LD_PRELOD= ./tests/gr - LD_LIBRARY_PATH=. LD_PRELOD= ./tests/pw + LD_LIBRARY_PATH=. LD_PRELOAD= ./tests/gr + LD_LIBRARY_PATH=. LD_PRELOAD= ./tests/pw tests/%: tests/%.c libcash_test.so $(CC) -o $@ $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) \