Skip to content

Commit 82caf69

Browse files
committed
fix security makefile
1 parent 635c693 commit 82caf69

File tree

2 files changed

+4
-13
lines changed

2 files changed

+4
-13
lines changed

security-attack/Makefile

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ build: js.k
88
js.k: ../js.k
99
cp -f ../js.k .
1010
patch -p1 <js.k.patch
11+
ln -s ../js-trans.k
12+
ln -s ../js-str-numeric-literal.k
13+
ln -s ../js-prelude.k
1114

1215
.PHONY: run
1316
run:

security-attack/js.k.patch

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
--- a/js.k 2015-02-12 15:10:09.000000000 -0600
2-
+++ b/js.k 2015-02-12 15:22:06.000000000 -0600
3-
@@ -1,8 +1,8 @@
4-
-require "js-trans.k"
5-
-require "js-str-numeric-literal.k"
6-
-require "js-prelude.k"
7-
+require "../js-trans.k"
8-
+require "../js-str-numeric-literal.k"
9-
+require "../js-prelude.k"
10-
11-
module JS-SYNTAX
12-
imports JS-ORIG-SYNTAX
13-
imports JS-STR-NUMERIC-LITERAL
14-
endmodule
2+
+++ b/js.k 2015-02-12 15:53:30.000000000 -0600
153
@@ -2022,10 +2022,15 @@
164
<obj>
175
<oid>

0 commit comments

Comments
 (0)