From 5d16f7aa0a81377ec57e237035edeb17b5dfdf5b Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Thu, 3 Oct 2019 17:34:27 +0200 Subject: [PATCH] Add language-data.cpp as dependency for autohdr.h When building in parallel, it could happen that autohdr.h is generated before language-data.cpp was available and the compilation fails. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 9da41996..5f80d32a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -25,7 +25,7 @@ BUILT_SOURCES = language-data.cpp autohdr.h language-data.cpp: langen ./langen > language-data.cpp -autohdr.h: makeh *.cpp +autohdr.h: makeh language-data.cpp *.cpp ./makeh locations.cpp hyperpoint.cpp geometry.cpp goldberg.cpp init.cpp floorshapes.cpp cell.cpp multi.cpp shmup.cpp pattern2.cpp mapeditor.cpp graph.cpp textures.cpp hprint.cpp language.cpp *.cpp > autohdr.h #############################