mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-01 06:48:01 +02:00
Fail properly on errors in recursive make.
This commit is contained in:
parent
1a18319b3b
commit
76fae9cba1
1 changed files with 1 additions and 1 deletions
|
|
@ -413,6 +413,6 @@ ks_tables.h: $(KEYSYMDEF) $(top_builddir)/src/util/makekeys$(EXEEXT)
|
|||
mv ks_tables_h $@
|
||||
|
||||
$(top_builddir)/src/util/makekeys$(EXEEXT): force
|
||||
cd util; $(MAKE)
|
||||
cd util && $(MAKE)
|
||||
|
||||
force:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue