diff options
| author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-09-06 04:02:36 +0000 |
|---|---|---|
| committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2009-09-06 04:02:36 +0000 |
| commit | 004d9c7b18f7e5b8a4660e17238962630e2aadaa (patch) | |
| tree | ae398412bf17f61f388c495983d89c009a908f56 /src/tools | |
| parent | 1f6eff371d0156e36340eed7d2a61b0f975ce78a (diff) | |
Fixed Makefiles to only suppress building when using run-cc.pl
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2493 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/Makefile b/src/tools/Makefile index ace5b645e..bb6998db6 100644 --- a/src/tools/Makefile +++ b/src/tools/Makefile @@ -10,7 +10,7 @@ MAKEARGS = 'CFLAGS=${CFLAGS}' 'CC=${CC}' 'ANOPELIBS=${ANOPELIBS}' \ 'RUNGROUP=${RUNGROUP}' 'MAKEBIN=${MAKEBIN}' .c.o: - @$(MAKEBIN) $(CC) $(CFLAGS) -I../../include/ -c $< + $(MAKEBIN) $(CC) $(CFLAGS) -I../../include/ -c $< all: ${OBJS} |
