summaryrefslogtreecommitdiffstats
path: root/package/x11r7/xdata_xcursor-themes
diff options
context:
space:
mode:
authorUlf Samuelsson2008-07-10 17:17:03 +0200
committerUlf Samuelsson2008-07-10 17:17:03 +0200
commit84795834f6f84b61412f6064dc877dca15228352 (patch)
tree1da6b54ee7d0ca7ef3c906301e48904bac211765 /package/x11r7/xdata_xcursor-themes
parentAdd AVR32 patches for 2.6.25.10 (diff)
downloadbuildroot-84795834f6f84b61412f6064dc877dca15228352.tar.gz
buildroot-84795834f6f84b61412f6064dc877dca15228352.tar.xz
buildroot-84795834f6f84b61412f6064dc877dca15228352.zip
Use correct include dir syntax for xcursor-xthemes
Diffstat (limited to 'package/x11r7/xdata_xcursor-themes')
-rw-r--r--package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk b/package/x11r7/xdata_xcursor-themes/xdata_xcursor-themes.mk
index 5dc0ce965..588771e98 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) \