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:
Ivan Shapovalov 2024-09-03 16:26:56 +02:00 committed by Thomas Bernard
parent d1fb15e40e
commit f8397b941a
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF
2 changed files with 0 additions and 2 deletions

View File

@ -45,7 +45,6 @@ CC ?= gcc
RM = rm -f
INSTALL = install
STRIP ?= strip
PKG_CONFIG ?= pkg-config
CP = cp
DOXYGEN ?= doxygen

View File

@ -40,7 +40,6 @@ CC ?= gcc
RM = rm -f
INSTALL = install
STRIP ?= strip
PKG_CONFIG ?= pkg-config
CP = cp
DOXYGEN ?= doxygen