From: Luke Kenneth Casson Leighton Date: Sat, 29 Apr 2023 10:44:53 +0000 (+0100) Subject: main sources wildcard too specific X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=745eac94c1757ce3b42be5b0c54a4cba7bb217ee;p=libreriscv.git main sources wildcard too specific --- diff --git a/openpower/sv/rfc/Makefile b/openpower/sv/rfc/Makefile index 18db19d61..a813c90aa 100644 --- a/openpower/sv/rfc/Makefile +++ b/openpower/sv/rfc/Makefile @@ -2,7 +2,7 @@ .SECONDARY: -main_sources = $(wildcard ls[0-9][0-9][0-9].mdwn) +main_sources = $(wildcard ls*.mdwn) pdfs = $(patsubst %.mdwn,%.pdf,$(main_sources)) deps = $(patsubst %,tex_out/%.d,$(main_sources))