diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-22 12:35:41 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-08-22 12:35:41 +0000 |
commit | 6547bced933fface8e0f0dde08f0e0fe1777ddf9 (patch) | |
tree | dd9ff179b33488ed7acf0829c89c7f1057dcd3b0 /package/stunnel/stunnel.mk | |
parent | 3471ebe0a3d5c74856ce8fe813345136a5f2aaf3 (diff) | |
download | buildroot-novena-6547bced933fface8e0f0dde08f0e0fe1777ddf9.tar.gz buildroot-novena-6547bced933fface8e0f0dde08f0e0fe1777ddf9.zip |
- global whitespace trimming
Diffstat (limited to 'package/stunnel/stunnel.mk')
-rw-r--r-- | package/stunnel/stunnel.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/stunnel/stunnel.mk b/package/stunnel/stunnel.mk index 8375a3d90..02d15f2a2 100644 --- a/package/stunnel/stunnel.mk +++ b/package/stunnel/stunnel.mk @@ -62,13 +62,13 @@ ifeq ($(strip $(BR2_CROSS_TOOLCHAIN_TARGET_UTILS)),y) $(STAGING_DIR)/$(REAL_GNU_TARGET_NAME)/target_utils/stunnel endif -stunnel: uclibc $(TARGET_DIR)/usr/bin/stunnel +stunnel: uclibc $(TARGET_DIR)/usr/bin/stunnel -stunnel-clean: +stunnel-clean: $(MAKE) -C $(STUNNEL_DIR) clean -stunnel-dirclean: - rm -rf $(STUNNEL_DIR) +stunnel-dirclean: + rm -rf $(STUNNEL_DIR) ############################################################# |