From a3f20db0a459d39d84865a992eb8071fb527973d Mon Sep 17 00:00:00 2001 From: Alejandro Gallo Date: Thu, 9 Sep 2021 20:27:14 +0200 Subject: [PATCH] Sources.mk depends on config.el --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1ad024b..f2f8b87 100644 --- a/Makefile +++ b/Makefile @@ -45,7 +45,7 @@ $(ATRIP_STATIC_LIBRARY): $(OBJ_FILES) mkdir -p $(@D) $(AR) rcs $@ $< -$(SOURCES_FILE): $(ORG_MAIN) config.el +$(SOURCES_FILE): config.el echo -n "ATRIP_SOURCES = " > $@ $(EMACS) --eval '(atrip-print-sources)' >> $@