summaryrefslogtreecommitdiff
Unidiff
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 386171c..f65396a 100644
--- a/Makefile
+++ b/Makefile
@@ -21,25 +21,25 @@ COMPONENTS=$(LOCALCOMPONENTS) inputmethods/keyboard \
21APPS=$(LOCALAPPS) addressbook calculator clock datebook \ 21APPS=$(LOCALAPPS) addressbook calculator clock datebook \
22 filebrowser helpbrowser minesweep mpegplayer \ 22 filebrowser helpbrowser minesweep mpegplayer \
23 settings/light-and-power \ 23 settings/light-and-power \
24 settings/language \ 24 settings/language \
25 settings/rotation \ 25 settings/rotation \
26 settings/appearance \ 26 settings/appearance \
27 settings/security \ 27 settings/security \
28 settings/sound \ 28 settings/sound \
29 settings/systemtime \ 29 settings/systemtime \
30 solitaire spreadsheet tetrix textedit \ 30 solitaire spreadsheet tetrix textedit \
31 todo tux wordgame embeddedkonsole taskbar sysinfo \ 31 todo tux wordgame embeddedkonsole taskbar sysinfo \
32 parashoot snake citytime showimg netsetup \ 32 parashoot snake citytime showimg netsetup \
33 qipkg mindbreaker go qasteroids qcop fifteen keypebble 33 qipkg mindbreaker go qasteroids qcop fifteen keypebble opiemail/lib opiemail
34 34
35single: mpegplayer/libmpeg3 35single: mpegplayer/libmpeg3
36 36
37dynamic: $(APPS) 37dynamic: $(APPS)
38 38
39$(COMPONENTS): $(LIBS) 39$(COMPONENTS): $(LIBS)
40 40
41$(APPS): $(LIBS) $(COMPONENTS) 41$(APPS): $(LIBS) $(COMPONENTS)
42 42
43$(LIBS) $(COMPONENTS) $(APPS) single: 43$(LIBS) $(COMPONENTS) $(APPS) single:
44 $(MAKE) -C $@ -f Makefile 44 $(MAKE) -C $@ -f Makefile
45 45