build/release/src: remove Makefile reference
lbmk never needed a makefile, because the build system is all shell scripting; the former makefile simply called those scripts, in a way that was mostly superfluous build/release/src was still trying to copy it, so let's remove it from that file Signed-off-by: Leah Rowe <leah@libreboot.org>btrfsvols
parent
d69c231e24
commit
3ad29d2d2a
|
@ -32,7 +32,7 @@ simple_fetch_list="${simple_fetch_list} bios_extract biosutilities"
|
|||
# do not add blobs directory here. it's handled below
|
||||
dirlist="resources util script include"
|
||||
|
||||
filelist="lbmk modify build README.md COPYING Makefile update version"
|
||||
filelist="lbmk modify build README.md COPYING update version"
|
||||
filelist="${filelist} versiondate projectname checkgit"
|
||||
|
||||
version="version-unknown"
|
||||
|
|
Loading…
Reference in New Issue