diff options
| author | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-03-22 08:38:32 +0000 |
|---|---|---|
| committer | certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b <certus certus@31f1291d-b8d6-0310-a050-a5561fc1590b@5417fbe8-f217-4b02-8779-1006273d7864> | 2006-03-22 08:38:32 +0000 |
| commit | 644eba4d9e2d7081ccb81cd50de6546c08f21686 (patch) | |
| tree | 7e531de082fd037bd8ef159f0e6ccc8210b92056 /src/core/Makefile | |
| parent | be5eab2cd0dc2640391af83d140dc00969d3e450 (diff) | |
# BUILD : 1.7.13 (1015) # BUGS : # NOTES : Fixed distclean.
git-svn-id: svn://svn.anope.org/anope/trunk@1015 31f1291d-b8d6-0310-a050-a5561fc1590b
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@740 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/core/Makefile')
| -rw-r--r-- | src/core/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/Makefile b/src/core/Makefile index 254e8d0d3..ca762fbff 100644 --- a/src/core/Makefile +++ b/src/core/Makefile @@ -18,7 +18,7 @@ modules: $(OBJECTS) $(SO_FILES) install: $(CP) ./*.so $(MODULE_PATH) -distclean: clean spotless +distclean: spotless .c.o: $(CC) ${CFLAGS} ${CDEFS} ${MODULEFLAGS} -I../${INCLUDEDIR} -c $< @@ -34,11 +34,11 @@ subs: subs_clean: @for i in $(SUBS); do \ echo "cleaning in $$i..."; \ - (cd $$i; $(MAKE) $(MAKEARGS) clean); done + (cd $$i; $(MAKE) clean); done clean: subs_clean rm -f *.o *.so *.c~ core -spotless: clean - rm -f *.so Makefile.inc +spotless: subs_clean + rm -f *.o *.so *.c~ core Makefile.inc |
