diff options
author | Thomas Graf <tgr@lsx.localdomain> | 2008-05-22 21:53:16 (GMT) |
---|---|---|
committer | Thomas Graf <tgr@lsx.localdomain> | 2008-05-22 21:53:16 (GMT) |
commit | 2bac39401cde87ef944c1c1edd6dda3c8874dc56 (patch) | |
tree | 03f7a5db4ea7f425b293bd76463a6d9b26a84704 | |
parent | 531029c130db95a82c9f2121e59698e86cd84e79 (diff) | |
download | libnl-2bac39401cde87ef944c1c1edd6dda3c8874dc56.zip libnl-2bac39401cde87ef944c1c1edd6dda3c8874dc56.tar.gz libnl-2bac39401cde87ef944c1c1edd6dda3c8874dc56.tar.bz2 |
Don't build tests on 'make all'
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |