opnsense-ports/editors/tamago/files/patch-Makefile.in
Franco Fichtner 6a73ac9889 */*: sync with upstream
Taken from: HardenedBSD
2019-02-24 01:48:26 +01:00

15 lines
557 B
Text

--- Makefile.in.orig 2016-05-15 21:22:18 UTC
+++ Makefile.in
@@ -423,8 +423,11 @@ distclean-hdr:
$(EMACS) --batch \
$(AM_ELCFLAGS) $(ELCFLAGS) \
$$am__subdir_includes -L $(builddir) -L $(srcdir) \
- --eval "(defun byte-compile-dest-file (f) \"$@\")" \
+ --eval "(defun byte-compile-dest-file (f) \"/tmp/$@\")" \
--eval "(unless (byte-compile-file \"$<\") (kill-emacs 1))"; \
+ if [ -f "/tmp/$@" ]; then \
+ cp /tmp/$@ $@ && rm -f /tmp/$@; \
+ fi; \
else :; fi
install-dist_lispLISP: $(dist_lisp_LISP) $(ELCFILES)