diff options
Diffstat (limited to '')
-rw-r--r-- | emacsen/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacsen/Makefile b/emacsen/Makefile index 91a4b9a..2e63ee9 100644 --- a/emacsen/Makefile +++ b/emacsen/Makefile @@ -69,6 +69,8 @@ make-proofgeneral: touch $@ make-vm: + # info file is broken in vm at the moment. + echo '%s/^all: info/all:/g\n%s/^info:.*/info:/g\nw' | ed vm/info/Makefile.in cd $(@:make-%=%) && autoconf && ./configure --prefix=$(EMACSD) --with-other-dirs=$(EMACSEN)/bbdb/lisp $(MAKE) -C $(@:make-%=%) touch $@ |