mirror of https://github.com/Cisco-Talos/clamav
automake requires distclean, distdir, and maintainer-clean rules to exist even in conditional subdirs that are excluded from the build. So create a dummy Makefile that has these 3 rules for the --disable-llvm case. distdir will of course always fail in --disable-llvm.0.96
parent
04d11afedb
commit
82813fc7f4
@ -0,0 +1,9 @@ |
||||
.PHONY: distdir distclean maintainer-clean |
||||
distdir: |
||||
echo "make distdir requires --enable-llvm"
|
||||
exit 1
|
||||
|
||||
# nothing to do here, rules must exist for distclean to succeed
|
||||
distclean: |
||||
-rm -f Makefile
|
||||
maintainer-clean: |
Loading…
Reference in new issue