Skip to content

Commit

Permalink
Make event-config.h depend on Makefile.am
Browse files Browse the repository at this point in the history
  • Loading branch information
nmathewson committed Feb 29, 2012
1 parent af7ba69 commit 2958a5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ endif

BUILT_SOURCES = ./include/event2/event-config.h

./include/event2/event-config.h: config.h
./include/event2/event-config.h: config.h Makefile.am
$(MKDIR_P) ./include/event2 || true
echo '/* event2/event-config.h' > $@
echo ' *' >> $@
Expand Down

0 comments on commit 2958a5c

Please sign in to comment.