summaryrefslogtreecommitdiff
path: root/package/dillo
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-08-22 09:56:41 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-08-22 09:56:41 +0000
commit956d3eb78bfa798cee3071917aa18517f496078c (patch)
tree7466bed73247e8265962dfac8570228d2689597d /package/dillo
parent293b09786c2c436116f1a11ae265f84cb8edb95d (diff)
- semicolon touchup. No other changes
Diffstat (limited to 'package/dillo')
-rw-r--r--package/dillo/dillo.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/dillo/dillo.mk b/package/dillo/dillo.mk
index 1863accf6..2a6e9eceb 100644
--- a/package/dillo/dillo.mk
+++ b/package/dillo/dillo.mk
@@ -44,8 +44,8 @@ dillo: uclibc $(XSERVER) libglib12 libgtk12 jpeg libpng $(DILLO_DIR)/.installed
dillo-source: $(DL_DIR)/$(DILLO_SOURCE)
dillo-clean:
- @if [ -d $(DILLO_DIR)/Makefile ] ; then \
- $(MAKE) -C $(DILLO_DIR) clean ; \
+ @if [ -d $(DILLO_DIR)/Makefile ]; then \
+ $(MAKE) -C $(DILLO_DIR) clean; \
fi
dillo-dirclean: