diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -144,7 +144,8 @@ endef define COMPILE_TL $(call ABBREV,TXR) -$(call SH,$(TXR) -e "(compile-file \"$<\" \"$@.tmp\")") +$(call SH,$(TXR) -e \ + "(progn (in-package sys) (compile-file \"$<\" \"$@.tmp\"))") $(call SH,mv $@.tmp $@) endef |