Skip to content

Commit 0f8579c

Browse files
committed
build: Fix installation of pkgconfig files
Bug: linux-sunxi#8 Change-Id: I1ebdb3c7dcad46550845b18b846592ee3f956b44 Signed-off-by: Philippe Coval <[email protected]>
1 parent 95bbd40 commit 0f8579c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ clean:
2121
install: config.mk
2222
$(MAKE) -C lib install
2323
$(MAKE) -C include install
24-
$(MAKE) -f Makefile.pc
24+
$(MAKE) -f Makefile.pc install
2525

2626
test: config.mk
2727
$(MAKE) -C test test

0 commit comments

Comments
 (0)