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/tn5250/tn5250.mk | |
parent | 3471ebe0a3d5c74856ce8fe813345136a5f2aaf3 (diff) | |
download | buildroot-novena-6547bced933fface8e0f0dde08f0e0fe1777ddf9.tar.gz buildroot-novena-6547bced933fface8e0f0dde08f0e0fe1777ddf9.zip |
- global whitespace trimming
Diffstat (limited to 'package/tn5250/tn5250.mk')
-rw-r--r-- | package/tn5250/tn5250.mk | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/tn5250/tn5250.mk b/package/tn5250/tn5250.mk index c62abfdc1..20beb8d9a 100644 --- a/package/tn5250/tn5250.mk +++ b/package/tn5250/tn5250.mk @@ -5,7 +5,7 @@ TN5250_SOURCE:=tn5250-$(TN5250_VERSION).tar.gz TN5250_CAT:=$(ZCAT) $(DL_DIR)/$(TN5250_SOURCE): - $(WGET) -P $(DL_DIR) $(TN5250_SITE)/$(TN5250_SOURCE) + $(WGET) -P $(DL_DIR) $(TN5250_SITE)/$(TN5250_SOURCE) $(TN5250_DIR)/.dist: $(DL_DIR)/$(TN5250_SOURCE) $(TN5250_CAT) $(DL_DIR)/$(TN5250_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) - @@ -46,11 +46,11 @@ tn5250: uclibc slang $(TARGET_DIR)/usr/bin/tn5250 tn5250-source: $(DL_DIR)/$(TN5250_SOURCE) -tn5250-clean: +tn5250-clean: $(MAKE) -C $(TN5250_DIR) clean -tn5250-dirclean: - rm -rf $(TN5250_DIR) +tn5250-dirclean: + rm -rf $(TN5250_DIR) |