From 6c6cb0670986717b42f8de03fd020abb3fa120fb Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 21 Aug 2007 19:20:18 +0000 Subject: - sed -i -e "/;$/s/;$//g" $(egrep ";$" package/* package/*/*.mk toolchain/* toolchain/*/*.mk */Makefile.in -l) --- package/xorg/xorg.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/xorg/xorg.mk') diff --git a/package/xorg/xorg.mk b/package/xorg/xorg.mk index e5697a166..3fe94fcba 100644 --- a/package/xorg/xorg.mk +++ b/package/xorg/xorg.mk @@ -199,7 +199,7 @@ $(XORG_LIBX)/libX11.so.6.2: $(TARGET_XSERVER) $(XORG_LIBX)/X11/fonts/ttf-dejavu/ touch $(TARGET_DIR)/etc/ld.so.conf if [ "`grep -c '$(TARGET_LIBX)' $(TARGET_DIR)/etc/ld.so.conf`" = "0" ] ; then \ echo "$(TARGET_LIBX)" >> $(TARGET_DIR)/etc/ld.so.conf; \ - fi; + fi touch -c $(XORG_LIBX)/libX11.so.6.2 $(TARGET_DIR)/usr/bin/mcookie: package/xorg/mcookie.c -- cgit v1.2.3