From: Wayne Davison Date: Fri, 27 Aug 2010 14:44:17 +0000 (-0700) Subject: Fix description of how to force new prototype generation. X-Git-Tag: v3.1.0pre1~191 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=29358819cacedf930a82553d2a384bfe9d62e515;p=thirdparty%2Frsync.git Fix description of how to force new prototype generation. --- diff --git a/INSTALL b/INSTALL index 22c9ebac..ec551cc3 100644 --- a/INSTALL +++ b/INSTALL @@ -33,9 +33,9 @@ your make has a problem with this rule, you will see an error like this: Don't know how to make ./*.c -You can change the "proto.h-tstamp" target to omit the "$(srcdir)/*.c" -source, but keep in mind that this will make a manual run of "make proto" -necessary (prior to a "make") anytime the function prototypes change. +You can change the "proto.h-tstamp" target to omit its prerequisite args, +but keep in mind that this will make a manual removal of "proto.h-tstamp" +necessary anytime the function prototypes change. RPM NOTES ---------