From 480129b790e16622d8c46d35b5fe0fc13ae21068 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 2 Oct 2001 18:17:26 +0000 Subject: [PATCH] Changed SCRIPTS to SCRIPTS_HOST. --- src/makeBaseApp/Makefile | 2 +- src/makeBaseExt/Makefile | 2 +- src/registry/Makefile | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/makeBaseApp/Makefile b/src/makeBaseApp/Makefile index 004fb5756..aec6e67e0 100644 --- a/src/makeBaseApp/Makefile +++ b/src/makeBaseApp/Makefile @@ -52,7 +52,7 @@ TEMPLATES += top/simpleBoot/ioc/st.cmd@Common TEMPLATES += top/simpleBoot/ioc/st.cmd@vxWorks TEMPLATES += top/simpleBoot/ioc/st.cmd@RTEMS -SCRIPTS += makeBaseApp.pl +SCRIPTS_HOST += makeBaseApp.pl include $(TOP)/configure/RULES diff --git a/src/makeBaseExt/Makefile b/src/makeBaseExt/Makefile index 615b8b4df..748cbd1f0 100644 --- a/src/makeBaseExt/Makefile +++ b/src/makeBaseExt/Makefile @@ -24,6 +24,6 @@ TEMPLATES += top/exampleExt/RELEASE_NOTES.HTM TEMPLATES += top/simpleExt/Makefile -SCRIPTS += makeBaseExt.pl +SCRIPTS_HOST += makeBaseExt.pl include $(TOP)/configure/RULES diff --git a/src/registry/Makefile b/src/registry/Makefile index 65fcb93e6..44b016818 100644 --- a/src/registry/Makefile +++ b/src/registry/Makefile @@ -19,7 +19,7 @@ INC += registerRecordDeviceDriver.h # 2) where to find the sources: ., ./os/, ./os/generic, ... # -SCRIPTS += registerRecordDeviceDriver.pl +SCRIPTS_HOST += registerRecordDeviceDriver.pl LIBSRCS += registry.c LIBSRCS += registryRecordType.c