From f401359d87f3375efdd39801652cc18574240049 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Thu, 3 Oct 2024 12:50:36 -0600 Subject: lib9p: Rename the generated files --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 39f85ff..ffa9778 100644 --- a/Makefile +++ b/Makefile @@ -18,8 +18,8 @@ generate/files += lib9p/include/lib9p/linux-errno.h lib9p/include/lib9p/linux-errno.h: %: %.gen 3rd-party/linux-errno.txt ./$^ >$@ -generate/files += lib9p/types.c lib9p/include/lib9p/_types.h -lib9p/types.c lib9p/include/lib9p/_types.h &: lib9p/types.gen lib9p/9P2000.txt lib9p/9P2000.u.txt lib9p/9P2000.e.txt +generate/files += lib9p/9p.generated.c lib9p/include/lib9p/9p.generated.h +lib9p/9p.generated.c lib9p/include/lib9p/9p.generated.h &: lib9p/9p.gen lib9p/9P2000.txt lib9p/9P2000.u.txt lib9p/9P2000.e.txt ./$^ generate/files += libusb/include/libusb/tusb_helpers.h 3rd-party/MS-LCID.pdf 3rd-party/MS-LCID.txt -- cgit v1.2.3-2-g168b