diff options
| author | Steve McIntyre <steve@einval.com> | 2021-03-31 18:24:30 +0100 |
|---|---|---|
| committer | Steve McIntyre <steve@einval.com> | 2021-03-31 18:24:30 +0100 |
| commit | ec10b2569d63726b826c9afc6f14ff68e6f18d88 (patch) | |
| tree | 2feb505d3c4358a93987062463937124d3d65464 /lib | |
| parent | b43a60b29267c5278652a87629434ad4f45c7493 (diff) | |
| parent | 8119f7183f5f0bebb168fec5239855552020cf66 (diff) | |
| download | efi-boot-shim-ec10b2569d63726b826c9afc6f14ff68e6f18d88.tar.gz efi-boot-shim-ec10b2569d63726b826c9afc6f14ff68e6f18d88.zip | |
Update upstream source from tag 'upstream/15.4'
Update to upstream version '15.4'
with Debian dir 93160080661283eee071d2c92a27ce9b39acb998
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile index 6d83f789..a4a4855b 100644 --- a/lib/Makefile +++ b/lib/Makefile @@ -1,6 +1,6 @@ TARGET = lib.a -LIBFILES_UNSORTED := $(foreach x,$(wildcard *.c),$(patsubst %.c,%.o,$(x))) +LIBFILES_UNSORTED := $(patsubst %.c,%.o,$(subst $(TOPDIR)/lib/,,$(wildcard $(TOPDIR)/lib/*.c))) LIBFILES := $(sort $(LIBFILES_UNSORTED)) CRYPTDIR = $(TOPDIR)/Cryptlib |
