Commit 6da6b02b authored by Wayne Davison's avatar Wayne Davison

Suggest a better solution for a make without wildcard support.

parent da9b72b3
......@@ -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
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
---------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment