From ab6c9c983a2830bc8807e1b75d2576141b73632d Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Thu, 25 Nov 2010 19:30:02 -0700 Subject: [PATCH] update fat target in Makefiles to reflect move of altosui and libaltos --- Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index 2c412bf9..0767ccde 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,5 +14,5 @@ dist-hook: ChangeLog fat: cd src && $(MAKE) all - cd ao-tools/libaltos && $(MAKE) all - cd ao-tools/altosui && $(MAKE) fat + cd altosui/libaltos && $(MAKE) all + cd altosui && $(MAKE) fat -- 2.30.2