diff options
author | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-11-03 01:14:04 +0000 |
---|---|---|
committer | danieldg <danieldg@e03df62e-2008-0410-955e-edbf42e46eb7> | 2009-11-03 01:14:04 +0000 |
commit | 7746307ab638030a4b0a8c2c3b4c577f380e29bb (patch) | |
tree | c3ea71360d1f0228ffe984af8d3b5f508f0f1449 /make/template | |
parent | d4897f7bde804a7525597e59a802efdf072b4aeb (diff) |
Clarify comments in Makefiles
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@11990 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'make/template')
-rw-r--r-- | make/template/main.mk | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/make/template/main.mk b/make/template/main.mk index fa59f6519..666104d1b 100644 --- a/make/template/main.mk +++ b/make/template/main.mk @@ -2,8 +2,12 @@ # # (C) InspIRCd Development Team, 2002-2009 # This file is automagically generated by configure, from -# .Makefile.inc. Any changes make will go away! -# Please do not edit unless you know what you're doing. +# make/templates/main.mk. Any changes make to the generated +# files will go away whenever it is regenerated! +# +# Please do not edit unless you know what you're doing. This +# needs to work in both GNU and BSD make; it is mangled for +# them by configure. # CC = @CC@ |