summarylogtreecommitdiffstats
path: root/fix-build-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'fix-build-path.patch')
-rw-r--r--fix-build-path.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/fix-build-path.patch b/fix-build-path.patch
deleted file mode 100644
index cbe0e07c733a..000000000000
--- a/fix-build-path.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- wisp/Makefile.am.orig 2019-06-04 18:08:38.341783769 -0400
-+++ wisp/Makefile.am 2019-06-04 18:03:12.011228420 -0400
-@@ -34,7 +34,7 @@
-
- # precompile all scheme files
- .scm.go:
-- $(GUILE_TOOLS) compile $(GUILE_WARNINGS) -o "$@" "$<"
-+ $(GUILE_TOOLS) compile -L . $(GUILE_WARNINGS) -o "$@" "$<"
-
- wisp2lisp: wisp.scm ## build only the wisp2lisp converter
- cp $< $@