From 83e87dd89f1e53b7b805d3d5cbec79e70c6060fc Mon Sep 17 00:00:00 2001 From: Sebastian Freundt Date: Wed, 14 Mar 2012 12:47:09 +0000 Subject: [PATCH] chore, mention build chain .el files in lisp's Makefile.am Signed-off-by: Sebastian Freundt --- lisp/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/Makefile.am b/lisp/Makefile.am index b9770ce..e3a3bbd 100644 --- a/lisp/Makefile.am +++ b/lisp/Makefile.am @@ -163,6 +163,8 @@ nobase_dist_lisp_DATA = $(elfiles) nobase_lisp_DATA = $(builtels) $(elfiles:.el=.elc) $(builtels:.el=.elc) noinst_DATA = auto.stamp update-elc.stamp autoc.stamp +EXTRA_DIST = $(nocompile_bldchainels) $(compile_bldchainels) + BUILT_FILES = auto.stamp update-elc.stamp autoc.stamp CLEANFILES = core* stage1 stage2 $(builtels) $(builtels:.el=.elc) \ @@ -263,3 +265,5 @@ auto.stamp: $(SXEMACS) $(compile_elfiles) # @touch $@ # #all: stage1 stage2 + +.NOTPARALLEL: -- 2.34.1