From: Ulf Samuelsson Date: Thu, 10 Jul 2008 15:17:03 +0000 (-0000) Subject: Use correct include dir syntax for xcursor-xthemes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=84795834f6f84b61412f6064dc877dca15228352;p=buildroot.git Use correct include dir syntax for xcursor-xthemes --- diff --git a/package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk b/package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk index 5dc0ce9655..588771e98c 100644 --- a/package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk +++ b/package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk @@ -21,8 +21,8 @@ $(XDATA_XCURSOR_THEMES_DIR)/.patched: $(XDATA_XCURSOR_THEMES_DIR)/.extracted $(XDATA_XCURSOR_THEMES_DIR)/.configured: $(XDATA_XCURSOR_THEMES_DIR)/.patched (cd $(XDATA_XCURSOR_THEMES_DIR) && \ - aclocal -I. -I$(STAGING_DIR)/usr/share/aclocal --install && \ - autoconf -I$(STAGING_DIR)/usr/share/aclocal && \ + aclocal -I . -I $(STAGING_DIR)/usr/share/aclocal --install && \ + autoconf -I $(STAGING_DIR)/usr/share/aclocal && \ automake -ac && \ rm -rf config.cache && \ $(TARGET_CONFIGURE_OPTS) \