remove extra space after touch

This commit is contained in:
Mike Frysinger
2005-11-24 06:53:24 +00:00
parent 473be6adfc
commit dfebda0014
59 changed files with 72 additions and 72 deletions

View File

@@ -48,7 +48,7 @@ ifeq ($(strip $(BR2_PACKAGE_DROPBEAR_URANDOM)),y)
$(SED) 's,^#define DROPBEAR_RANDOM_DEV.*,#define DROPBEAR_RANDOM_DEV \"/dev/urandom\",' \
$(DROPBEAR_DIR)/options.h
endif
touch $(DROPBEAR_DIR)/.configured
touch $(DROPBEAR_DIR)/.configured
$(DROPBEAR_DIR)/$(DROPBEAR_BINARY): $(DROPBEAR_DIR)/.configured
$(MAKE) $(TARGET_CONFIGURE_OPTS) LD=$(TARGET_CC) \