summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 153bab8..dbbd150 100644
--- a/Makefile
+++ b/Makefile
@@ -111,3 +111,2 @@ NONTMAKEAPPS := ipaq/opiealarm
DOCS = docs/src/opie-policy
-single: mpegplayer/libmpeg3
@@ -121,3 +120,3 @@ $(NONTMAKEAPPS) $(APPS): $(LIBS) $(COMPONENTS)
-$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single:
+$(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS):
$(MAKE) -C $@ -f Makefile
@@ -125,6 +124,5 @@ $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single:
showcomponents:
- @echo $(LIBS) $(APPS) $(COMPONENTS) single
+ @echo $(LIBS) $(APPS) $(COMPONENTS)
clean:
- $(MAKE) -C single -f Makefile $@
for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done
@@ -138,2 +136,2 @@ lrelease:
-.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean
+.PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) showcomponents clean