author | harlekin <harlekin> | 2002-06-23 09:06:50 (UTC) |
---|---|---|
committer | harlekin <harlekin> | 2002-06-23 09:06:50 (UTC) |
commit | 026b4db9ecd26b14ba8b510669cbcc033e420b65 (patch) (unidiff) | |
tree | 1b886823eba85fc1e518b5ef5a84436472ccebb4 | |
parent | f3aa76578638116c92652e37b57075850ee17dd3 (diff) | |
download | opie-026b4db9ecd26b14ba8b510669cbcc033e420b65.zip opie-026b4db9ecd26b14ba8b510669cbcc033e420b65.tar.gz opie-026b4db9ecd26b14ba8b510669cbcc033e420b65.tar.bz2 |
fixed typo: NONAPPS
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -73,5 +73,5 @@ APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ | |||
73 | $(COREMULTIMEDIA) $(CORESETTINGS) \ | 73 | $(COREMULTIMEDIA) $(CORESETTINGS) \ |
74 | $(NONCORESETTINGS) $(NONCORETOOLS) \ | 74 | $(NONCORESETTINGS) $(NONCORETOOLS) \ |
75 | $(NOAPPS) $(NONNET) $(NONMULT) \ | 75 | $(NONAPPS) $(NONNET) $(NONMULT) \ |
76 | $(NONCOMM) $(GAMES) | 76 | $(NONCOMM) $(GAMES) |
77 | 77 | ||