diff options
Diffstat (limited to 'package/cmake/cmake.mk')
-rw-r--r-- | package/cmake/cmake.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/cmake/cmake.mk b/package/cmake/cmake.mk index 1b458c219..af88eea82 100644 --- a/package/cmake/cmake.mk +++ b/package/cmake/cmake.mk @@ -17,5 +17,5 @@ define HOST_CMAKE_INSTALL_CMDS $(HOST_MAKE_ENV) $(MAKE) -C $(@D) install endef -$(eval $(call GENTARGETS,package,cmake)) -$(eval $(call GENTARGETS,package,cmake,host))
\ No newline at end of file +$(eval $(call GENTARGETS)) +$(eval $(call GENTARGETS,host)) |