mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
libsvgtiny: fix clean command name
Thanks to Thomas for noticing. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
634163f800
commit
3b709a3d86
@ -45,7 +45,7 @@ define LIBSVGTINY_UNINSTALL_TARGET_CMDS
|
|||||||
$(MAKE) -C $(@D) PREFIX=/usr DESTDIR=$(TARGET_DIR) uninstall
|
$(MAKE) -C $(@D) PREFIX=/usr DESTDIR=$(TARGET_DIR) uninstall
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define BZIP2_CLEAN_CMDS
|
define LIBSVGTINY_CLEAN_CMDS
|
||||||
$(TARGET_CONFIGURE_ENV) $(TARGET_CONFIGURE_OPTS) \
|
$(TARGET_CONFIGURE_ENV) $(TARGET_CONFIGURE_OPTS) \
|
||||||
$(MAKE) -C $(@D) clean
|
$(MAKE) -C $(@D) clean
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user