From f75ac1da3ea09b2f35271f09b0795c1b083a3881 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Sun, 23 Apr 2023 15:43:56 -0500 Subject: */.../Makefile: MANAGERS=all has been obsolete a LONG time --- uboot/uboot_getenv/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'uboot') diff --git a/uboot/uboot_getenv/Makefile b/uboot/uboot_getenv/Makefile index de6914c..00bf6a8 100644 --- a/uboot/uboot_getenv/Makefile +++ b/uboot/uboot_getenv/Makefile @@ -5,9 +5,6 @@ EXEC=uboot_getenv.exe PGM=${ARCH}/$(EXEC) -# optional managers required -MANAGERS=all - # C source names CSRCS = test.c COBJS = $(CSRCS:%.c=${ARCH}/%.o) -- cgit v1.2.3