Skip to content

Commit

Permalink
made $(OBJECT) depend on config.h so that parallel builds (make -j)
Browse files Browse the repository at this point in the history
still run configure.sh first.
  • Loading branch information
craigbarratt committed Mar 22, 2017
1 parent 3c66ab3 commit 3bc6482
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ md5/libmd5$(LIB_EXT): md5/Makefile config.h
config.h: config.h.in
./configure.sh
$(OBJECT) : config.h
#
# hack to make sure config.h is built before subdirs are entered
#
Expand Down

0 comments on commit 3bc6482

Please sign in to comment.