diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-24 06:53:24 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-24 06:53:24 +0000 |
commit | dfebda00147935f668f9024e7cca141ad46ad652 (patch) | |
tree | b8c72566b41c2ba91a27687350ba66e981ac0adf /package/bison | |
parent | 473be6adfc2baae0fe0fd50e3d07872af87a256e (diff) |
remove extra space after touch
Diffstat (limited to 'package/bison')
-rw-r--r-- | package/bison/bison.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/bison/bison.mk b/package/bison/bison.mk index 5c9551bc7..75b47947e 100644 --- a/package/bison/bison.mk +++ b/package/bison/bison.mk @@ -42,7 +42,7 @@ $(BISON_DIR)/.configured: $(BISON_DIR)/.unpacked $(DISABLE_NLS) \ ); echo 'all install:' > $(BISON_DIR)/examples/Makefile - touch $(BISON_DIR)/.configured + touch $(BISON_DIR)/.configured $(BISON_DIR)/$(BISON_BINARY): $(BISON_DIR)/.configured $(MAKE) CC=$(TARGET_CC) -C $(BISON_DIR) |