diff options
| author | dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-08-11 14:54:43 +0000 |
|---|---|---|
| committer | dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b <dane dane@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2004-08-11 14:54:43 +0000 |
| commit | 7bbc80af47b21f4bd9f6f804aa545a005e92e5ee (patch) | |
| tree | e1a2147e5d2ee9ba9a797ab3a465407e12bee8d0 /Makefile.in | |
| parent | 93ccd1541e8cdba90911470ecc88d0339f84125c (diff) | |
BUILD : 1.7.5 (321) BUGS : none NOTES : Fixed make distclean and updated hun.l
git-svn-id: svn://svn.anope.org/anope/trunk@321 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@199 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'Makefile.in')
| -rw-r--r-- | Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index eb90b8fa4..4cc515d47 100644 --- a/Makefile.in +++ b/Makefile.in @@ -46,7 +46,9 @@ clean: (cd src ; ${MAKE} ${MAKEARGS} clean ) distclean: clean - (cd include ; ${MAKE} ${MAKEARGS} distclean) + (cd lang ; ${MAKE} ${MAKEARGS} distclean ) + (cd include ; ${MAKE} ${MAKEARGS} distclean ) + (cd src ; ${MAKE} ${MAKEARGS} distclean ) rm -f config.log config.status config.cache Makefile install: DUMMY |
