diff options
Diffstat (limited to 'package/lsof')
-rw-r--r-- | package/lsof/lsof.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/lsof/lsof.mk b/package/lsof/lsof.mk index 2e9f5fd1e..d4135b237 100644 --- a/package/lsof/lsof.mk +++ b/package/lsof/lsof.mk @@ -65,6 +65,6 @@ lsof-dirclean: # Toplevel Makefile options # ############################################################# -ifeq ($(strip $(BR2_PACKAGE_LSOF)),y) +ifeq ($(BR2_PACKAGE_LSOF),y) TARGETS+=lsof endif |