fdecb48665
Ok: Manuel Bouyer <bouyer@netbsd.org>
13 lines
424 B
Text
13 lines
424 B
Text
$NetBSD: patch-cy,v 1.1 2008/03/03 16:45:27 hannken Exp $
|
|
|
|
--- libfsimage/Makefile.orig 2008-01-31 10:06:54.000000000 +0000
|
|
+++ libfsimage/Makefile 2008-03-01 11:52:28.000000000 +0000
|
|
@@ -2,7 +2,7 @@ XEN_ROOT = ../..
|
|
include $(XEN_ROOT)/tools/Rules.mk
|
|
|
|
SUBDIRS-y = common ufs reiserfs iso9660 fat
|
|
-SUBDIRS-y += $(shell ./check-libext2fs)
|
|
+SUBDIRS-y += $(shell ${SHELL} check-libext2fs)
|
|
|
|
.PHONY: all
|
|
all install clean:
|