diff options
author | Diego Biurrun <diego@biurrun.de> | 2017-11-06 17:57:25 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2017-11-09 15:22:03 +0100 |
commit | 17b6c7efb471e8ff1b8a7271f6531ba1d52bf69c (patch) | |
tree | afff212d863bcf0f5ea8a0e0d1340abe0f1fd848 /avbuild | |
parent | 7ebe7e8e7a76c0ce302f4f583ef0d14220031214 (diff) | |
download | ffmpeg-17b6c7efb471e8ff1b8a7271f6531ba1d52bf69c.tar.gz |
build: Add missing config.sh dependency for pkg-config files
Also only update config.sh when it changed to avoid spurious rebuilds.
Diffstat (limited to 'avbuild')
-rw-r--r-- | avbuild/library.mak | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/avbuild/library.mak b/avbuild/library.mak index 98a100dc7e..81778b7ad1 100644 --- a/avbuild/library.mak +++ b/avbuild/library.mak @@ -39,7 +39,7 @@ $(TESTPROGS) $(TOOLS): %$(EXESUF): %.o $(SUBDIR)lib$(NAME).version: $(SUBDIR)version.h | $(SUBDIR) $$(M) $$(SRC_PATH)/avbuild/libversion.sh $(NAME) $$< > $$@ -$(SUBDIR)lib$(NAME).pc: $(SUBDIR)version.h | $(SUBDIR) +$(SUBDIR)lib$(NAME).pc: $(SUBDIR)version.h avbuild/config.sh | $(SUBDIR) $$(M) $$(SRC_PATH)/avbuild/pkgconfig_generate.sh $(NAME) "$(DESC)" $(SUBDIR)lib$(NAME).ver: $(SUBDIR)lib$(NAME).v $(OBJS) |