c7cb07f092
GitOrigin-RevId: 1536926ef5621b09bba54035ae2bb6d806d72ac8
22 lines
310 B
Diff
22 lines
310 B
Diff
diff --git a/Jambase b/Jambase
|
|
--- a/Jambase
|
|
+++ b/Jambase
|
|
@@ -4247,7 +4247,7 @@
|
|
|
|
actions GenFileND1
|
|
{
|
|
- $(>)
|
|
+ @emulator@ $(>)
|
|
}
|
|
|
|
actions GenFileNND1
|
|
@@ -4410,7 +4410,7 @@
|
|
actions GenFile1
|
|
{
|
|
PATH="$PATH:."
|
|
- $(>[1]) $(<) $(>[2-])
|
|
+ @emulator@ $(>[1]) $(<) $(>[2-])
|
|
}
|
|
|
|
actions CreateCatFile_
|
|
|