mirror of
https://github.com/status-im/miniupnp.git
synced 2025-02-04 02:23:24 +00:00
miniupnpd: Makefile: remove traces of pkg-config from Makefiles
Remove Makefile variables for pkg-config path to ensure other usages do not get re-added to Makefiles by accident.
This commit is contained in:
parent
d1fb15e40e
commit
f8397b941a
@ -45,7 +45,6 @@ CC ?= gcc
|
||||
RM = rm -f
|
||||
INSTALL = install
|
||||
STRIP ?= strip
|
||||
PKG_CONFIG ?= pkg-config
|
||||
CP = cp
|
||||
DOXYGEN ?= doxygen
|
||||
|
||||
|
@ -40,7 +40,6 @@ CC ?= gcc
|
||||
RM = rm -f
|
||||
INSTALL = install
|
||||
STRIP ?= strip
|
||||
PKG_CONFIG ?= pkg-config
|
||||
CP = cp
|
||||
DOXYGEN ?= doxygen
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user