From 9ea35aea67ec0b4356d8e3ca071a94454d900f02 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Fri, 15 Mar 2024 21:12:32 +0100 Subject: Makefile.am: Remove $(SOURCES) which is not defined anywhere Change-Id: I44ce77c937fa461445800bab393025f948077d55 --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.tar $(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 -- cgit v1.2.3