summaryrefslogtreecommitdiffstats
path: root/package/psmisc
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/psmisc
parent293b09786c2c436116f1a11ae265f84cb8edb95d (diff)
downloadbuildroot-novena-956d3eb78bfa798cee3071917aa18517f496078c.tar.gz
buildroot-novena-956d3eb78bfa798cee3071917aa18517f496078c.zip
- semicolon touchup. No other changes
Diffstat (limited to 'package/psmisc')
-rw-r--r--package/psmisc/psmisc.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/psmisc/psmisc.mk b/package/psmisc/psmisc.mk
index 57e4aa134..a0ad9174a 100644
--- a/package/psmisc/psmisc.mk
+++ b/package/psmisc/psmisc.mk
@@ -43,8 +43,8 @@ psmisc: uclibc ncurses $(TARGET_DIR)/$(PSMISC_TARGET_BINARY)
psmisc-source: $(DL_DIR)/$(PSMISC_SOURCE)
psmisc-clean:
- for bin in fuser killall pstree oldfuser pstree.x11 ; do \
- rm -f $(TARGET_DIR)/bin/$${bin} ; \
+ for bin in fuser killall pstree oldfuser pstree.x11; do \
+ rm -f $(TARGET_DIR)/bin/$${bin}; \
done
psmisc-dirclean: