From: Keith Packard Date: Sun, 28 Apr 2024 22:49:29 +0000 (-0700) Subject: Fix up fat build target X-Git-Tag: 1.9.18~2^2~2 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=f89bfb0e1a14c9809d35f60fff448a1b3a2f2b68;p=fw%2Faltos 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 --- 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