diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-07-10 15:17:03 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2008-07-10 15:17:03 +0000 |
commit | 84795834f6f84b61412f6064dc877dca15228352 (patch) | |
tree | 1da6b54ee7d0ca7ef3c906301e48904bac211765 /package/x11r7/xdata_xcursor-themes | |
parent | 42b7d4bf568503910403eafeb738337372937a30 (diff) | |
download | buildroot-novena-84795834f6f84b61412f6064dc877dca15228352.tar.gz buildroot-novena-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.mk | 4 |
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) \ |