Suggest a better solution for a make without wildcard support.
authorWayne Davison <wayned@samba.org>
Mon, 21 Feb 2011 06:07:22 +0000 (22:07 -0800)
committerWayne Davison <wayned@samba.org>
Sat, 26 Feb 2011 16:12:28 +0000 (08:12 -0800)
INSTALL

diff --git a/INSTALL b/INSTALL
index ec551cc..6c016ad 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -33,9 +33,8 @@ your make has a problem with this rule, you will see an error like this:
 
     Don't know how to make ./*.c
 
 
     Don't know how to make ./*.c
 
-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.
+You can change the "proto.h-tstamp" target in Makefile.in to list all the *.c
+filenames explicitly in order to avoid this issue.
 
 RPM NOTES
 ---------
 
 RPM NOTES
 ---------