Browse Source

Merge branch 'funman-pc'

master
Christophe Massiot 7 years ago
parent
commit
7c95838c95
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