Browse Source

lockfile-progs: remove unneeded $(strip)

Peter Korsgaard 16 years ago
parent
commit
1776132d63
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/lockfile-progs/lockfile-progs.mk

+ 1 - 1
package/lockfile-progs/lockfile-progs.mk

@@ -40,6 +40,6 @@ lockfile-progs-dirclean:
 # Toplevel Makefile options
 #
 #############################################################
-ifeq ($(strip $(BR2_PACKAGE_LOCKFILE_PROGS)),y)
+ifeq ($(BR2_PACKAGE_LOCKFILE_PROGS),y)
 TARGETS+=lockfile-progs
 endif