force a dependency between seccomp.c and $(PLATFORM).

This commit is contained in:
Joris Vink 2020-10-30 10:12:29 +01:00
parent 90bf36a37b
commit 8aa9af1f0c

View File

@ -255,6 +255,8 @@ $(OBJDIR)/%.o: src/%.c
src/python.c: $(PYTHON_CURLOPT)
src/seccomp.c: $(PLATFORM)
clean:
rm -f $(VERSION)
find . -type f -name \*.o -exec rm {} \;