From: Bdale Garbee Date: Fri, 26 Nov 2010 02:30:02 +0000 (-0700) Subject: update fat target in Makefiles to reflect move of altosui and libaltos X-Git-Tag: debian/0.7.1+168+gcb08bc2~2 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=ab6c9c983a2830bc8807e1b75d2576141b73632d update fat target in Makefiles to reflect move of altosui and libaltos --- 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