summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2008-02-27 15:26:24 +0000
committerThierry Vignaud <tv@mandriva.org>2008-02-27 15:26:24 +0000
commitfbaeb3ab2a7a8cc2d5ce5381bf82c6e339607c55 (patch)
tree059cdf18628a70fcf9d5f7332f57d181cc795d97
parent04fb1bbf7dd8f2a3f47904ff02e97a08ca38ccd0 (diff)
downloadmgaonline-fbaeb3ab2a7a8cc2d5ce5381bf82c6e339607c55.tar
mgaonline-fbaeb3ab2a7a8cc2d5ce5381bf82c6e339607c55.tar.gz
mgaonline-fbaeb3ab2a7a8cc2d5ce5381bf82c6e339607c55.tar.bz2
mgaonline-fbaeb3ab2a7a8cc2d5ce5381bf82c6e339607c55.tar.xz
mgaonline-fbaeb3ab2a7a8cc2d5ce5381bf82c6e339607c55.zip
(install) do not run commands in sub shells which hides errors
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0d70dfe9..7336e660 100644
--- a/Makefile
+++ b/Makefile
@@ -42,7 +42,7 @@ install: all
install -m644 icons/$(NAME)48.png $(ICONSDIR)/large/$(NAME).png
install -m644 pixmaps/*.png $(PIXDIR)/pixmaps
install -m644 mdkonline.pm $(FBLIBDIR)
- for d in $(SUBDIRS); do ( cd $$d ; make $@ ) ; done
+ for d in $(SUBDIRS); do make -C $$d $@; done
# mime
install -m644 mdkonline.xml $(DATADIR)/mime/packages/mdkonline.xml
mkdir -p $(DATADIR)/mimelnk/application/