Make sure configuration happens before pre-build
This commit is contained in:
parent
798771a4dc
commit
263725113e
4
rules.mk
4
rules.mk
|
@ -182,9 +182,9 @@ objects:$(OBJDIR:%=%/.mkdir) $(OBJECTS)
|
|||
|
||||
# "Hooks" for pre and post build steps
|
||||
config: $(VARIANTS:%=%.variant)
|
||||
config: $(CONFIG:%=config.h)
|
||||
config: $(PKGCONFIGS:%=$(OBJROOT)/%.pkg-config.mk)
|
||||
prebuild:
|
||||
config: $(CONFIG:%=config.h)
|
||||
prebuild: config
|
||||
postbuild:
|
||||
|
||||
# Run the test (in the object directory)
|
||||
|
|
Loading…
Reference in New Issue