diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-20 18:50:49 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2007-06-20 18:50:49 +0000 |
commit | 4683799c195c17b3a1495ff4a13092c2f45a0be9 (patch) | |
tree | bc7ca26ddfca260deb020c7485a7bb799c0b47b1 /.Makefile.inc | |
parent | 7b075853c4b31b22cfb4c67ce415674afd67d499 (diff) |
Clarify what generates Makefile, to prevent any new developers making the same mistakes I did a while back when I was doing some makefile playing.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7395 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to '.Makefile.inc')
-rw-r--r-- | .Makefile.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.Makefile.inc b/.Makefile.inc index 1b4b18c01..d7b5e4697 100644 --- a/.Makefile.inc +++ b/.Makefile.inc @@ -1,7 +1,9 @@ # InspIRCd Main Makefile # # (C) InspIRCd Development Team, 2002-2007 -# DO NOT MODIFY UNLESS YOU KNOW WHAT YOU ARE DOING! +# This file is automagically generated by configure, from +# .Makefile.inc. Any changes made will go away! :P +# Please do not edit unless you know what you're doing. # CC = @CC@ |