summaryrefslogtreecommitdiffstats
path: root/package/libraw1394
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/libraw1394
parent293b09786c2c436116f1a11ae265f84cb8edb95d (diff)
downloadbuildroot-novena-956d3eb78bfa798cee3071917aa18517f496078c.tar.gz
buildroot-novena-956d3eb78bfa798cee3071917aa18517f496078c.zip
- semicolon touchup. No other changes
Diffstat (limited to 'package/libraw1394')
-rw-r--r--package/libraw1394/libraw1394.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libraw1394/libraw1394.mk b/package/libraw1394/libraw1394.mk
index 598bf4ffe..f04c40917 100644
--- a/package/libraw1394/libraw1394.mk
+++ b/package/libraw1394/libraw1394.mk
@@ -17,7 +17,7 @@ $(LIBRAW1394_DIR)/.unpacked: $(DL_DIR)/$(LIBRAW1394_SOURCE)
touch $@
$(LIBRAW1394_DIR)/.configured: $(LIBRAW1394_DIR)/.unpacked
- (cd $(LIBRAW1394_DIR); rm -rf config.cache ; \
+ (cd $(LIBRAW1394_DIR); rm -rf config.cache; \
$(TARGET_CONFIGURE_OPTS) \
$(TARGET_CONFIGURE_ARGS) \
./configure \