aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2007-02-18 22:46:50 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2007-02-18 22:46:50 +0000
commitdcf0f3e77ffd38ce3cc5d3c1eedfc655ff75a8f9 (patch)
tree7e4570994b3f9f8d9b9f155f1b12078c24772397 /Makefile
parent34337a71b8d8ad7d50fdf1152efbe5c3dde4bb90 (diff)
Fixed Makefiles (make distclean was completely broken).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 3044d9b2..27d420a8 100644
--- a/Makefile
+++ b/Makefile
@@ -44,7 +44,7 @@ clean: $(subdirs)
distclean: clean $(subdirs)
rm -f Makefile.settings config.h bitlbee.pc
find . -name 'DEADJOE' -o -name '*.orig' -o -name '*.rej' -o -name '*~' -exec rm -f {} \;
- $(MAKE) -C test distclean
+ $(MAKE) -C tests distclean
check: all
$(MAKE) -C tests