2013-09-26 17:14:40 +02:00

14 lines
424 B
Plaintext

$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: