Commit d942f9d9 authored by Andrew Dunstan's avatar Andrew Dunstan

Ensure installation dirs are built before contents are installed.

Cédric Villemain
parent 4334639f
......@@ -124,7 +124,7 @@ all: all-lib
endif # MODULE_big
install: all installdirs installcontrol installdata installdatatsearch installdocs installscripts
install: all installcontrol installdata installdatatsearch installdocs installscripts | installdirs
ifdef MODULES
$(INSTALL_SHLIB) $(addsuffix $(DLSUFFIX), $(MODULES)) '$(DESTDIR)$(pkglibdir)/'
endif # MODULES
......
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