author | leseb <leseb> | 2002-05-06 18:29:53 (UTC) |
---|---|---|
committer | leseb <leseb> | 2002-05-06 18:29:53 (UTC) |
commit | 26c522550dc1736a463efbe8c1cdc19f83a85f5d (patch) (side-by-side diff) | |
tree | d7899dfbccfe4086c7b1d10191d8c6f75add8d68 | |
parent | 077e813401fbbd3581ad99a63d5703c5075965cd (diff) | |
download | opie-26c522550dc1736a463efbe8c1cdc19f83a85f5d.zip opie-26c522550dc1736a463efbe8c1cdc19f83a85f5d.tar.gz opie-26c522550dc1736a463efbe8c1cdc19f83a85f5d.tar.bz2 |
Fix
-rw-r--r-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -62,17 +62,16 @@ $(LIBS) $(COMPONENTS) $(NONTMAKEAPPS) $(APPS) $(DOCS) single: showcomponents: @echo $(LIBS) $(APPS) $(COMPONENTS) single clean: $(MAKE) -C single -f Makefile $@ for dir in $(NONTMAKEAPPS) $(APPS) $(LIBS) $(COMPONENTS) $(DOCS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done lupdate: for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done lrelease: for dir in $(APPS) $(LIBS) $(COMPONENTS); do $(MAKE) -C $$dir -f Makefile $@ || exit 1; done .PHONY: default dynamic $(NONTMAKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean -AKEAPPS) $(LIBS) $(APPS) $(COMPONENTS) $(DOCS) single showcomponents clean
|