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

@@ -31,7 +31,7 @@ $(M4_DIR)/.configured: $(M4_DIR)/.unpacked
--prefix=/usr \
--exec-prefix=/usr \
);
touch $(M4_DIR)/.configured
touch $(M4_DIR)/.configured
$(M4_DIR)/src/$(M4_BINARY): $(M4_DIR)/.configured
$(MAKE) CC=$(TARGET_CC) -C $(M4_DIR)