From a25589295828195ad0c52db4530d89b593231bd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Mon, 19 Mar 2018 10:29:39 +0100 Subject: [PATCH] bitstream.pc: make sure to regenerate when version is bumped --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c99e88c..7a01fe7 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ all: ln -nsf .. examples/bitstream $(MAKE) -C examples -bitstream.pc: bitstream.pc.in +bitstream.pc: bitstream.pc.in Makefile @echo "GEN $@" @sed -e 's|@PREFIX@|$(PREFIX)|' \ -e 's|@INCLUDEDIR@|$(INCLUDEDIR)|' \