From f89bfb0e1a14c9809d35f60fff448a1b3a2f2b68 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sun, 28 Apr 2024 15:49:29 -0700 Subject: [PATCH] Fix up fat build target Depend on all-recursive so everything gets built before we attempt to build the fat bits. Signed-off-by: Keith Packard --- Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile.am b/Makefile.am index 6f3ead74..8bb1830a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,12 +19,9 @@ fat-install: fat cd micropeak && $(MAKE) fat-install endif -fat: - cd src && $(MAKE) all - cd doc && $(MAKE) all +fat: all-recursive cd libaltos && $(MAKE) fat cd altoslib && $(MAKE) all - cd altosuilib && $(MAKE) all cd icon && $(MAKE) fat cd altosui && $(MAKE) fat cd micropeak && $(MAKE) fat -- 2.30.2