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/wipe/wipe.mk | |
parent | 3471ebe0a3d5c74856ce8fe813345136a5f2aaf3 (diff) | |
download | buildroot-novena-6547bced933fface8e0f0dde08f0e0fe1777ddf9.tar.gz buildroot-novena-6547bced933fface8e0f0dde08f0e0fe1777ddf9.zip |
- global whitespace trimming
Diffstat (limited to 'package/wipe/wipe.mk')
-rw-r--r-- | package/wipe/wipe.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/wipe/wipe.mk b/package/wipe/wipe.mk index 4c836f54f..9484968be 100644 --- a/package/wipe/wipe.mk +++ b/package/wipe/wipe.mk @@ -29,11 +29,11 @@ $(WIPE_DIR)/.unpacked: $(DL_DIR)/$(WIPE_SOURCE) $(DL_DIR)/$(WIPE_PATCH) touch $(WIPE_DIR)/.unpacked $(WIPE_DIR)/.configured: $(WIPE_DIR)/.unpacked - touch $@ + touch $@ $(WIPE_DIR)/$(WIPE_BINARY): $(WIPE_DIR)/.configured rm -f $(WIPE_DIR)/$(WIPE_BINARY) - $(MAKE) CC=$(TARGET_CC) -C $(WIPE_DIR) generic + $(MAKE) CC=$(TARGET_CC) -C $(WIPE_DIR) generic $(TARGET_DIR)/$(WIPE_TARGET_BINARY): $(WIPE_DIR)/$(WIPE_BINARY) cp -a $(WIPE_DIR)/$(WIPE_BINARY) $(TARGET_DIR)/$(WIPE_TARGET_BINARY) |