X-Git-Url: https://ruderich.org/simon/gitweb/?p=nsscash%2Fnsscash.git;a=blobdiff_plain;f=nss%2FMakefile;h=9fdda3a0bf6cc543a00b844903b4ec1d2a131bf1;hp=7dfe54738cf998245b2ca8ab5c61769e715dacff;hb=06dfc130f0f152ef11c3113f7237e822b3e45b5b;hpb=a3031f694a0d58d23d383346ee848a6c78a1e4b9 diff --git a/nss/Makefile b/nss/Makefile index 7dfe547..9fdda3a 100644 --- a/nss/Makefile +++ b/nss/Makefile @@ -32,7 +32,7 @@ test: tests/gr tests/pw tests/group.nsscash tests/passwd.nsscash tests/%: tests/%.c tests/libcash_test.so $(CC) -o $@ $(CFLAGS) $(CPPFLAGS) $(LDFLAGS) \ $(TEST_CFLAGS) $(TEST_LDFLAGS) -Ltests \ - $< $(LDLIBS) -lcash_test -lasan + $< $(LDLIBS) -lcash_test tests/passwd.nsscash: tests/passwd ../nsscash convert passwd $< $@