blob: 9d2bf1e6bebc2e4548d7d0e84c8093a4763aa8b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
Missing build dependency was found with MAKEOPTS=--shuffle=3383668468
and solved by expanding targets' dependencies in makefile.
https://bugs.gentoo.org/882047
--- a/Makefile
+++ b/Makefile
@@ -400,7 +400,7 @@ cflags += $($(*)-cflags) $(CPPFLAGS) $(CFLAGS)
selfcheck: $(OBJS:.o=.sc)
SPARSE_VERSION:=$(shell git describe --dirty 2>/dev/null || echo '$(VERSION)')
-lib.o: version.h
+lib.o options.o compile-i386.o: version.h
version.h: FORCE
@echo '#define SPARSE_VERSION "$(SPARSE_VERSION)"' > version.h.tmp
@if cmp -s version.h version.h.tmp; then \
|