From 02a623ddf96aa97c341a287bbb4ec5370a069444 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Mon, 4 Aug 2008 19:07:05 +0000 Subject: buildroot: remove trailing spaces for i in `find -name 'Config*' -o -name 'Makefile*' -o -name '*.mk'`; do sed -i 's/ \+$//' $i; done --- package/startup-notification/startup-notification.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/startup-notification') diff --git a/package/startup-notification/startup-notification.mk b/package/startup-notification/startup-notification.mk index cc2b8d2a7..6526f21f5 100644 --- a/package/startup-notification/startup-notification.mk +++ b/package/startup-notification/startup-notification.mk @@ -12,7 +12,7 @@ STARTUP_NOTIFICATION_INSTALL_TARGET = YES STARTUP_NOTIFICATION_CONF_ENV = lf_cv_sane_realloc=yes -STARTUP_NOTIFICATION_DEPENDENCIES = uclibc +STARTUP_NOTIFICATION_DEPENDENCIES = uclibc $(eval $(call AUTOTARGETS,package,startup-notification)) -- cgit v1.2.3