Whamcloud - gitweb
tests/fuzz: add missing targets to the Makefile in in tests/fuzz
authorTheodore Ts'o <tytso@mit.edu>
Wed, 31 Aug 2022 19:45:27 +0000 (15:45 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Wed, 31 Aug 2022 19:45:27 +0000 (15:45 -0400)
This fixes failures when running "make install" or "make destclean"
from the top level directory.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
tests/fuzz/Makefile.in

index a6d8063..949579e 100644 (file)
@@ -41,6 +41,16 @@ FUZZ_DEP= $(STATIC_DEPLIBS) $(srcdir)/Makefile.in
 clean::
        $(RM) -f $(PROGS) *.o
 
+install:
+
+install-strip:
+
+uninstall:
+
+mostlyclean: clean
+distclean: clean
+       $(RM) -f .depend Makefile $(srcdir)/TAGS $(srcdir)/Makefile.in.old
+
 ext2fs_check_directory_fuzzer: ext2fs_check_directory_fuzzer.o $(FUZZ_DEP)
        $(E) "  LD $@"
        $(Q) $(CXX) $(FUZZ_LDFLAGS) -o $@ $< $(STATIC_LIBS) $(SYSLIBS)