Skip to content

Commit

Permalink
Merge pull request #1361 from equal-l2/fix-parallel-build
Browse files Browse the repository at this point in the history
Fix parallel build
  • Loading branch information
lminiero committed Sep 13, 2018
2 parents 9e64be7 + 9ab2f81 commit 1685a78
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.am
Expand Up @@ -172,6 +172,8 @@ man1_MANS = janus.1

BUILT_SOURCES = cmdline.c cmdline.h version.c

cmdline.h: cmdline.c

cmdline.c: janus.c
gengetopt --set-package="janus" --set-version="$(VERSION)" < janus.ggo

Expand Down

0 comments on commit 1685a78

Please sign in to comment.