]> git.ipfire.org Git - thirdparty/libnl.git/commitdiff
Don't build tests on 'make all'
authorThomas Graf <tgr@lsx.localdomain>
Thu, 22 May 2008 21:53:16 +0000 (23:53 +0200)
committerThomas Graf <tgr@lsx.localdomain>
Thu, 22 May 2008 21:53:16 +0000 (23:53 +0200)
Makefile

index f8bb55d588d77766acd00cf14ccdf99ec3edcac5..931ed1fd30bfb8b3a88dda65ce48e95730172e00 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ ifeq ($(shell [ ! -r Makefile.opts ] && echo 1),)
     include Makefile.opts
 endif
 
-SUBDIRS := lib include doc src tests
+SUBDIRS := lib include doc src
 .PHONY: all clean distclean install gendoc $(SUBDIRS)
 
 all: Makefile.opts