diff options
author | John Voltz <john.voltz@gmail.com> | 2008-04-24 14:25:09 +0000 |
---|---|---|
committer | John Voltz <john.voltz@gmail.com> | 2008-04-24 14:25:09 +0000 |
commit | 29a18d8bbcd92121b9a671ff11f77aa8cb03a293 (patch) | |
tree | 34d59192ee76073c69063e4101f5856ad397c28a | |
parent | 17e3358c6d4e92cec165447de6dc3150ad631b3a (diff) | |
download | buildroot-novena-29a18d8bbcd92121b9a671ff11f77aa8cb03a293.tar.gz buildroot-novena-29a18d8bbcd92121b9a671ff11f77aa8cb03a293.zip |
remove trailing space
-rw-r--r-- | package/xstroke/xstroke.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/xstroke/xstroke.mk b/package/xstroke/xstroke.mk index 6d0e2852b..55be07918 100644 --- a/package/xstroke/xstroke.mk +++ b/package/xstroke/xstroke.mk @@ -11,7 +11,7 @@ XSTROKE_INSTALL_STAGING = NO XSTROKE_INSTALL_TARGET = YES XSTROKE_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install -XSTROKE_DEPENDENCIES = uclibc +XSTROKE_DEPENDENCIES = uclibc $(eval $(call AUTOTARGETS,package,xstroke)) |