Skip to content

Commit

Permalink
mk: add libre.pc Makefile dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sreimers committed Jun 4, 2021
1 parent adc1d0b commit f5729b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ ifneq ($(RANLIB),)
@$(RANLIB) $@
endif

libre.pc:
libre.pc: Makefile
@echo 'prefix='$(PREFIX) > libre.pc
@echo 'exec_prefix=$${prefix}' >> libre.pc
@echo 'libdir=$(LIBDIR)' >> libre.pc
Expand Down

0 comments on commit f5729b9

Please sign in to comment.