Makefile.am: Remove $(SOURCES) which is not defined anywhere

Change-Id: I44ce77c937fa461445800bab393025f948077d55
This commit is contained in:
Harald Welte 2024-03-15 21:12:32 +01:00 committed by laforge
parent f67400d353
commit 9ea35aea67
1 changed files with 1 additions and 1 deletions

View File

@ -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