Browse Source

bitstream.pc: make sure to regenerate when version is bumped

master
Rafaël Carré 7 years ago
parent
commit
a255892958
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@ -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)|' \

Loading…
Cancel
Save