]> ruderich.org/simon Gitweb - nsscash/nsscash.git/blobdiff - nss/Makefile
nss: Makefile: fix typo in LD_PRELOAD variable name
[nsscash/nsscash.git] / nss / Makefile
index f103dafc773d4f4e8b075be4f4141995402f1c81..bbc43ee4f35c4c57e3da632b26ea323af0f5daa3 100644 (file)
@@ -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) \