Skip to content

Commit

Permalink
specload: fix haskell plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kodebach committed Mar 2, 2019
1 parent 9708d9e commit c89389f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/LibAddPlugin.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ function (add_plugin PLUGIN_SHORT_NAME)
add_library (${PLUGIN_OBJS} OBJECT ${ARG_SOURCES})
add_dependencies (${PLUGIN_OBJS} kdberrors_generated elektra_error_codes_generated)
if (ARG_DEPENDS)
add_dependencies (${PLUGIN_NAME} ${ARG_DEPENDS})
add_dependencies (${PLUGIN_OBJS} ${ARG_DEPENDS})
endif ()

generate_readme (${PLUGIN_SHORT_NAME})
Expand Down

0 comments on commit c89389f

Please sign in to comment.