We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5faefb7 commit 4acf1b5Copy full SHA for 4acf1b5
Makefile.in
@@ -561,7 +561,8 @@ testlist:
561
echo $(TEST_DIST)
562
563
depend:
564
- $(MKDEP) -c "$(CC)" -m "$(DEPENDENCY_CFLAG)" -s "$(srcdir)" $(DEFS) $(INCLS) $(SRC) $(LIBNETDISSECT_SRC)
+ @echo $(MKDEP) -c "$(CC)" -m "$(DEPENDENCY_CFLAG)" -s "$(srcdir)" $(DEFS) $(INCLS) $(SRC) '<libnetdissect src list>'
565
+ @$(MKDEP) -c "$(CC)" -m "$(DEPENDENCY_CFLAG)" -s "$(srcdir)" $(DEFS) $(INCLS) $(SRC) $(LIBNETDISSECT_SRC)
566
567
shellcheck:
568
shellcheck -f gcc -e SC2006 build.sh build_matrix.sh build_common.sh
0 commit comments