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
Leah Rowe 2023-09-01 10:43:33 +01:00
parent d69c231e24
commit 3ad29d2d2a
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ simple_fetch_list="${simple_fetch_list} bios_extract biosutilities"
# do not add blobs directory here. it's handled below # do not add blobs directory here. it's handled below
dirlist="resources util script include" 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" filelist="${filelist} versiondate projectname checkgit"
version="version-unknown" version="version-unknown"