diff options
author | Bdale Garbee <bdale@gag.com> | 2010-11-25 19:30:02 -0700 |
---|---|---|
committer | Bdale Garbee <bdale@gag.com> | 2010-11-25 19:30:02 -0700 |
commit | ab6c9c983a2830bc8807e1b75d2576141b73632d (patch) | |
tree | 93eec3a069990714c7d0f9a3ba4c64cfcc772862 | |
parent | b8f05cdc0e9b4a96852eed9d38ff6d5950e2d2ed (diff) |
update fat target in Makefiles to reflect move of altosui and libaltos
-rw-r--r-- | Makefile.am | 4 |
1 files 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 |