From f4baaed86c006cea36902f5e8e9d8d34f182f843 Mon Sep 17 00:00:00 2001 From: "geniusdex geniusdex@31f1291d-b8d6-0310-a050-a5561fc1590b" Date: Tue, 20 Jun 2006 18:31:05 +0000 Subject: BUILD : 1.7.14 (1062) BUGS : NOTES : Fixed the makefiles to not recompile the core if nothing changed, and to not always re-link all modules if not needed git-svn-id: svn://svn.anope.org/anope/trunk@1062 31f1291d-b8d6-0310-a050-a5561fc1590b git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@786 5417fbe8-f217-4b02-8779-1006273d7864 --- src/protocol/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/protocol') diff --git a/src/protocol/Makefile b/src/protocol/Makefile index a30aee45d..53294906f 100644 --- a/src/protocol/Makefile +++ b/src/protocol/Makefile @@ -25,6 +25,7 @@ distclean: clean spotless .o.s: $(CC) ${SHARED} $< -o $*.so ${PROFILE} + @$(TOUCH) $*.s subs: @for i in $(SUBS); do \ @@ -37,8 +38,8 @@ subs_clean: (cd $$i; $(MAKE) clean); done clean: subs_clean - rm -f *.o *.so *.c~ core + rm -f *.o *.s *.so *.c~ core spotless: subs_clean - rm -f *.o *.so *.c~ core *.so Makefile.inc + rm -f *.o *.s *.so *.c~ core *.so Makefile.inc -- cgit