summaryrefslogtreecommitdiffstats
path: root/package/libtool
diff options
context:
space:
mode:
authorMike Frysinger2005-11-24 07:53:24 +0100
committerMike Frysinger2005-11-24 07:53:24 +0100
commitdfebda00147935f668f9024e7cca141ad46ad652 (patch)
treeb8c72566b41c2ba91a27687350ba66e981ac0adf /package/libtool
parentsync with cvs (diff)
downloadbuildroot-dfebda00147935f668f9024e7cca141ad46ad652.tar.gz
buildroot-dfebda00147935f668f9024e7cca141ad46ad652.tar.xz
buildroot-dfebda00147935f668f9024e7cca141ad46ad652.zip
remove extra space after touch
Diffstat (limited to 'package/libtool')
-rw-r--r--package/libtool/libtool.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libtool/libtool.mk b/package/libtool/libtool.mk
index 1befd2e97..b6f46bf42 100644
--- a/package/libtool/libtool.mk
+++ b/package/libtool/libtool.mk
@@ -40,7 +40,7 @@ $(LIBTOOL_DIR)/.configured: $(LIBTOOL_DIR)/.unpacked
--infodir=/usr/info \
$(DISABLE_NLS) \
);
- touch $(LIBTOOL_DIR)/.configured
+ touch $(LIBTOOL_DIR)/.configured
$(LIBTOOL_DIR)/$(LIBTOOL_BINARY): $(LIBTOOL_DIR)/.configured
$(MAKE) CC=$(TARGET_CC) -C $(LIBTOOL_DIR)