Commit f1d420ba authored by Ulrich Sibiller's avatar Ulrich Sibiller

libX11/Imakefile: add missing dependencies on ks_tables.h

parent 4c59a3c5
...@@ -1126,6 +1126,9 @@ depend:: ks_tables.h ...@@ -1126,6 +1126,9 @@ depend:: ks_tables.h
clean:: clean::
RemoveFiles(ks_tables_h ks_tables.h HostProgramTargetName(makekeys)) RemoveFiles(ks_tables_h ks_tables.h HostProgramTargetName(makekeys))
KeysymStr.o: ks_tables.h
StrKeysym.o: ks_tables.h
DependTarget3($(SRCS1),$(SRCS2),$(SRCS3) $(EXTRASRCS)) DependTarget3($(SRCS1),$(SRCS2),$(SRCS3) $(EXTRASRCS))
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment