[libdmapsharing] Remove "make clean" from end of check target in libdmapsharing/Makefile.am



commit efd03791347814a545b2de2111a83ecbac0a8d9f
Author: W. Michael Petullo <mike flyn org>
Date:   Fri Jul 3 10:47:18 2020 -0500

    Remove "make clean" from end of check target in libdmapsharing/Makefile.am
    
    This was causing the subsequent build of check in tests/ to fail,
    because clean removes the generated dmap-enum.{c,h}.

 libdmapsharing/Makefile.am | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/libdmapsharing/Makefile.am b/libdmapsharing/Makefile.am
index 6956fc8..fa6426c 100644
--- a/libdmapsharing/Makefile.am
+++ b/libdmapsharing/Makefile.am
@@ -328,6 +328,5 @@ if HAVE_PEDANSEE
                $(PEDANSEE) -c pedansee.conf $$i -- -x c $(DEFS) $(libdmapsharing_4_0_la_CFLAGS); \
        done
 endif
-       make clean
 
 EXTRA_DIST = dmap-marshal.list generate-test-suites


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]