Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
bitstream.pc: make sure to regenerate when version is bumped
· a2558929
Rafaël Carré
authored
Mar 19, 2018
a2558929
Merge branch 'funman-pc'
· 7c95838c
Christophe Massiot
authored
Mar 21, 2018
7c95838c
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
7c95838c
...
...
@@ -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
)
|'
\
...
...