Nicer to have PKGCONFIG dependencies on their own line
This commit is contained in:
parent
1b11630993
commit
80e6d1575d
3
rules.mk
3
rules.mk
|
@ -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:
|
||||
|
||||
|
|
Loading…
Reference in New Issue