diff options
| author | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-07-20 15:12:58 +0000 |
|---|---|---|
| committer | rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b <rob rob@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-07-20 15:12:58 +0000 |
| commit | 10ef68e7c4ca28d29df29c10487fe9793aeecc8d (patch) | |
| tree | 19569f01695f1a37b1f2888a384bb515f354defd /Makefile.in | |
| parent | 338bb6d3271f1f309fdce19e6bf773d1dd5ffc97 (diff) | |
BUILD : 1.7.4 (268) BUGS : N/A NOTES : Fixed position of text after ./Config and make
git-svn-id: svn://svn.anope.org/anope/trunk@268 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@172 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index f5c56c7a9..4e0986c7d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -31,6 +31,7 @@ build: modules: build (cd src/modules ; ./configure ; ${MAKE} ${MAKEARGS} all ) + echo "all done, now (g)make install to install Anope/Modules"; language: (cd lang ; $(MAKE) ${MAKEARGS} all language.h ; cp language.h ../include/) |
