diff options
| author | 2007-06-16 20:28:22 +0000 | |
|---|---|---|
| committer | 2007-06-16 20:28:22 +0000 | |
| commit | 802151d460848dceef90a90f4f3ad97022bba50b (patch) | |
| tree | 72ccc56acfa8e6b0434723adba10130bc6cf8f1e | |
| parent | Change to show time/date set and/or time/date to expire, rather than a number... (diff) | |
Remove inspircd_config.h and inspircd_se_config.h in configclean (subjob of distclean)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@7335 e03df62e-2008-0410-955e-edbf42e46eb7
| -rw-r--r-- | .Makefile.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.Makefile.inc b/.Makefile.inc index 79030665f..1b4b18c01 100644 --- a/.Makefile.inc +++ b/.Makefile.inc @@ -198,6 +198,8 @@ configureclean: rm src/modules/Makefile rm src/Makefile rm Makefile + rm include/inspircd_config.h + rm include/inspircd_se_config.h distclean: modclean clean configureclean |
