Nicer to have PKGCONFIG dependencies on their own line

This commit is contained in:
Christophe de Dinechin 2017-11-20 16:05:31 +01:00
parent 1b11630993
commit 80e6d1575d
1 changed files with 2 additions and 1 deletions

View File

@ -182,7 +182,8 @@ objects:$(OBJDIR:%=%/.mkdir) $(OBJECTS)
# "Hooks" for pre and post build steps
config: $(VARIANTS:%=%.variant)
config: $(CONFIG:%=config.h) $(PKGCONFIGS:%=$(OBJROOT)/%.pkg-config.mk)
config: $(CONFIG:%=config.h)
config: $(PKGCONFIGS:%=$(OBJROOT)/%.pkg-config.mk)
prebuild:
postbuild: