Skip to content

Commit

Permalink
cregistry: Build 'all' as a dependency of 'test'
Browse files Browse the repository at this point in the history
cregistry.a is a dependency needed by other modules. Although the test
target is empty, we need to build it to ensure running 'make test'
always works.

Closes: https://trac.macports.org/ticket/56623
  • Loading branch information
raimue committed Jun 7, 2018
1 parent 8adbbe0 commit fd5d30e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cregistry/Makefile.in
Expand Up @@ -32,6 +32,6 @@ clean::
distclean:: clean
rm -f Makefile

test:
test: all

install:: all

0 comments on commit fd5d30e

Please sign in to comment.