From 3ab70175da56c37209b5330fe0d9fcd63837f05a Mon Sep 17 00:00:00 2001 From: Jonathan Moore Liles Date: Thu, 14 Feb 2008 10:09:15 -0600 Subject: [PATCH] Don't depend on {foo,bar} expansion support in shell in Makefile. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index bd86021..9b6c74a 100644 --- a/Makefile +++ b/Makefile @@ -89,7 +89,7 @@ install: @ mkdir -p "$(SYSTEM_PATH)" @ cp -r instruments "$(SYSTEM_PATH)" @ mkdir -p "$(DOCUMENT_PATH)" - @ cp doc/*.{html,png} "$(DOCUMENT_PATH)" + @ cp doc/*.html doc/*.png "$(DOCUMENT_PATH)" @ echo done # make -C doc install