laforge has submitted this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/36313?usp=email )
(
1 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one. )Change subject: Makefile.am: Remove $(SOURCES) which is not defined anywhere ......................................................................
Makefile.am: Remove $(SOURCES) which is not defined anywhere
Change-Id: I44ce77c937fa461445800bab393025f948077d55 --- M Makefile.am 1 file changed, 10 insertions(+), 1 deletion(-)
Approvals: fixeria: Looks good to me, but someone else must approve pespin: Looks good to me, approved Jenkins Builder: Verified
diff --git a/Makefile.am b/Makefile.am index 3e119b2..f50cd0f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -30,7 +30,7 @@ $(html_DATA): $(top_builddir)/doc/html/index.html cd $(top_builddir)/doc && tar cf html.tar html
-$(top_builddir)/doc/html/index.html: $(SOURCES) $(top_srcdir)/src/*.c $(top_srcdir)/include/osmocom/netif/*.h Doxyfile +$(top_builddir)/doc/html/index.html: $(top_srcdir)/src/*.c $(top_srcdir)/include/osmocom/netif/*.h Doxyfile @rm -rf doc mkdir -p doc $(DOXYGEN) Doxyfile