summaryrefslogtreecommitdiff
authorharlekin <harlekin>2002-06-23 09:06:50 (UTC)
committer harlekin <harlekin>2002-06-23 09:06:50 (UTC)
commit026b4db9ecd26b14ba8b510669cbcc033e420b65 (patch) (unidiff)
tree1b886823eba85fc1e518b5ef5a84436472ccebb4
parentf3aa76578638116c92652e37b57075850ee17dd3 (diff)
downloadopie-026b4db9ecd26b14ba8b510669cbcc033e420b65.zip
opie-026b4db9ecd26b14ba8b510669cbcc033e420b65.tar.gz
opie-026b4db9ecd26b14ba8b510669cbcc033e420b65.tar.bz2
fixed typo: NONAPPS
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5a11d69..0280976 100644
--- a/Makefile
+++ b/Makefile
@@ -63,25 +63,25 @@ NONAPPS = noncore/apps/spreadsheet noncore/apps/tableviewer \
63NONNET = noncore/net/netsetup noncore/net/opieftp \ 63NONNET = noncore/net/netsetup noncore/net/opieftp \
64 noncore/mail 64 noncore/mail
65 65
66NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \ 66NONMULT = noncore/multimedia/showimg noncore/graphics/drawpad \
67 noncore/graphics/qpdf 67 noncore/graphics/qpdf
68 68
69 69
70NONCOMM = noncore/comm/keypebble 70NONCOMM = noncore/comm/keypebble
71 71
72APPS=$(LOCALAPPS) $(PIMAPPS) $(COREAPPS) \ 72APPS=$(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
78 78
79 79
80NONTMAKEAPPS := ipaq/opiealarm 80NONTMAKEAPPS := ipaq/opiealarm
81 81
82DOCS = docs/src/opie-policy 82DOCS = docs/src/opie-policy
83single: mpegplayer/libmpeg3 83single: mpegplayer/libmpeg3
84 84
85dynamic: $(APPS) $(NONTMAKEAPPS) 85dynamic: $(APPS) $(NONTMAKEAPPS)
86 86
87docs: $(DOCS) 87docs: $(DOCS)