Added a set of rules for installing configuration files. You can now say
authorReid Spencer <rspencer@reidspencer.com>
Fri, 20 Aug 2004 09:20:05 +0000 (09:20 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 20 Aug 2004 09:20:05 +0000 (09:20 +0000)
commitfc9450855d5c6d13dd59773e43a660303f8a9de5
tree01afc8ef5ab917bb1abfda4eb23536b41a7fa63e
parent9a8fedd6f96f993b82df164dee29a423ce9da839
Added a set of rules for installing configuration files. You can now say
CONFIG_FILES=a b c
in a Makefile and when you "make install" the files a b and c will get
installed into the $prefix/etc directory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15948 91177308-0d34-0410-b5e6-96231b3b80d8
Makefile.rules