Skip to content

Commit

Permalink
Rebuild proto.h if config.h changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne Davison committed Sep 2, 2009
1 parent 486ecd3 commit 4a440e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ proto: proto.h-tstamp
proto.h: proto.h-tstamp
@if test -f proto.h; then :; else cp -p $(srcdir)/proto.h .; fi

proto.h-tstamp: $(srcdir)/*.c $(srcdir)/lib/compat.c
proto.h-tstamp: $(srcdir)/*.c $(srcdir)/lib/compat.c config.h
perl $(srcdir)/mkproto.pl $(srcdir)/*.c $(srcdir)/lib/compat.c

man: rsync.1 rsyncd.conf.5
Expand Down

0 comments on commit 4a440e4

Please sign in to comment.