commit bd53c922 added src/aio-dio-regress to the top-level

Makefile so that it would get caught on make install, but
doing this unconditionally means that we tried to build that
subdir even if libaio headers weren't found.

Fix this up to do a properly chained make install through
the subdirs...

Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
Reviewed-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
Eric Sandeen
2009-12-03 10:30:11 -06:00
parent af44e376ca
commit fed5346d92
2 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ LDIRT = config.log .dep config.status config.cache confdefs.h conftest* \
check.log check.time
LIB_SUBDIRS = include lib
TOOL_SUBDIRS = ltp src src/aio-dio-regress m4
TOOL_SUBDIRS = ltp src m4
SUBDIRS = $(LIB_SUBDIRS) $(TOOL_SUBDIRS)