You need to sign in or sign up before continuing.
Commit 5e87b9aa authored by Vitaly Lipatov's avatar Vitaly Lipatov

add clean rule for IDL, generate IDL in one run

parent bdb576d6
......@@ -10,5 +10,9 @@ include $(top_builddir)/conf/common.mk
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = libUniSet.pc
# Hack for fix build order
all-local:
$(MAKE) -C $(FIRSTSUBDIRS)
$(MAKE) -C $(FIRSTSUBDIRS) -j1 all
clean-local:
$(MAKE) -C $(FIRSTSUBDIRS) clean
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