From 449896cd85331c1c9b4a0df0c35ee3c8ddc55217 Mon Sep 17 00:00:00 2001 From: Andreas Gruenbacher Date: Wed, 17 Jun 2009 14:21:46 +0200 Subject: Fix the path to include/install-sh --- include/buildmacros | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/buildmacros b/include/buildmacros index b4fe0d0..ab89182 100644 --- a/include/buildmacros +++ b/include/buildmacros @@ -40,7 +40,7 @@ OBJECTS = $(ASFILES:.s=.o) \ $(LFILES:.l=.o) \ $(YFILES:%.y=%.tab.o) -INSTALL = $(TOPDIR)/install-sh -o $(PKG_USER) -g $(PKG_GROUP) +INSTALL = $(TOPDIR)/include/install-sh -o $(PKG_USER) -g $(PKG_GROUP) SHELL = /bin/sh IMAGES_DIR = $(TOPDIR)/all-images -- cgit v1.2.1