diff options
Diffstat (limited to 'package/feh/feh.mk')
-rw-r--r-- | package/feh/feh.mk | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/package/feh/feh.mk b/package/feh/feh.mk index b7fd54c60b..8be65179d3 100644 --- a/package/feh/feh.mk +++ b/package/feh/feh.mk @@ -19,9 +19,4 @@ define FEH_INSTALL_TARGET_CMDS DESTDIR=$(TARGET_DIR) -C $(@D) install endef -define FEH_UNINSTALL_TARGET_CMDS - $(MAKE1) CC="$(TARGET_CC) $(TARGET_CFLAGS) $(TARGET_LDFLAGS) " \ - DESTDIR=$(TARGET_DIR) -C $(@D) uninstall -endef - $(eval $(generic-package)) |