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