Merge pull request #83 from reinerh/make_dependency

Add language-data.cpp as dependency for autohdr.h
This commit is contained in:
Zeno Rogue 2019-10-03 20:19:06 +02:00 committed by GitHub
commit f56c3b79f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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
#############################