Changed SCRIPTS to SCRIPTS_HOST.

This commit is contained in:
Janet B. Anderson
2001-10-02 18:17:26 +00:00
parent d7717d106d
commit 480129b790
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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
+1 -1
View File
@@ -19,7 +19,7 @@ INC += registerRecordDeviceDriver.h
# 2) where to find the sources: ., ./os/<ARCH_CLASS>, ./os/generic, ...
#
SCRIPTS += registerRecordDeviceDriver.pl
SCRIPTS_HOST += registerRecordDeviceDriver.pl
LIBSRCS += registry.c
LIBSRCS += registryRecordType.c