]> ruderich.org/simon Gitweb - nsscash/nsscash.git/commitdiff
nss: Makefile: fix typo in LD_PRELOAD variable name
authorSimon Ruderich <simon@ruderich.org>
Sun, 9 Jun 2019 12:11:31 +0000 (14:11 +0200)
committerSimon Ruderich <simon@ruderich.org>
Sun, 9 Jun 2019 12:11:31 +0000 (14:11 +0200)
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) \