diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-22 09:56:41 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-22 09:56:41 +0000 |
commit | 956d3eb78bfa798cee3071917aa18517f496078c (patch) | |
tree | 7466bed73247e8265962dfac8570228d2689597d /package/psmisc/psmisc.mk | |
parent | 293b09786c2c436116f1a11ae265f84cb8edb95d (diff) |
- semicolon touchup. No other changes
Diffstat (limited to 'package/psmisc/psmisc.mk')
-rw-r--r-- | package/psmisc/psmisc.mk | 4 |
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: |