X-Git-Url: https://ruderich.org/simon/gitweb/?p=nsscash%2Fnsscash.git;a=blobdiff_plain;f=nss%2FMakefile;h=bbc43ee4f35c4c57e3da632b26ea323af0f5daa3;hp=f103dafc773d4f4e8b075be4f4141995402f1c81;hb=1254d2cd5f83548f0c2df436b40e4a8c73bb0b0e;hpb=f9aae39d0e2078b01f9e61a22a29018c04d16c50 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) \