aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/Makefile
diff options
context:
space:
mode:
authorMarius Halden <marius.h@lden.org>2017-04-07 10:24:13 +0200
committerMarius Halden <marius.h@lden.org>2017-04-07 10:24:13 +0200
commitdd46ae5bef1c34773a3e7d3e2ef48fc013cef283 (patch)
treedecbedfb7b847c01493dc95890f2169b4b0e31f3 /protocols/Makefile
parentfebcb6dca01bb17e0197770a0e6596aaa98bcdbd (diff)
parent051506399e1455d88f6179010129308c754be936 (diff)
Merge branch 'master' into patched-master
Diffstat (limited to 'protocols/Makefile')
-rw-r--r--protocols/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/protocols/Makefile b/protocols/Makefile
index b4565ab6..10b8c95e 100644
--- a/protocols/Makefile
+++ b/protocols/Makefile
@@ -42,18 +42,18 @@ distclean: clean $(subdirs)
rm -rf .depend
$(subdirs):
- @$(MAKE) -C $@ $(MAKECMDGOALS)
+ $(MAKE) -C $@ $(MAKECMDGOALS)
### MAIN PROGRAM
protocols.o: $(objects) $(subdirs)
@echo '*' Linking protocols.o
- @$(LD) $(LFLAGS) $(objects) $(subdirobjs) -o protocols.o
+ $(VERBOSE) $(LD) $(LFLAGS) $(objects) $(subdirobjs) -o protocols.o
$(objects): ../Makefile.settings Makefile
$(objects): %.o: $(_SRCDIR_)%.c
@echo '*' Compiling $<
- @$(CC) -c $(CFLAGS) $(CFLAGS_BITLBEE) $< -o $@
+ $(VERBOSE) $(CC) -c $(CFLAGS) $(CFLAGS_BITLBEE) $< -o $@
-include .depend/*.d