OSDN Git Service

build: avoid automake warning
authorJim Meyering <meyering@redhat.com>
Wed, 22 Jul 2009 18:18:52 +0000 (20:18 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 22 Jul 2009 18:18:52 +0000 (20:18 +0200)
* libparted/Makefile.am (SUBDIRS_CHECK): Do not redefine.
Instead, append to existing value.

libparted/Makefile.am

index 0ed01bb..71f71c9 100644 (file)
@@ -5,7 +5,7 @@
 
 SUBDIRS_CHECK =
 if HAVE_CHECK
-SUBDIRS_CHECK = tests
+SUBDIRS_CHECK += tests
 endif
 
 ARCH_SOURCE = arch/$(OS).c