summaryrefslogtreecommitdiffstats
path: root/build/pkgs.mk
diff options
context:
space:
mode:
Diffstat (limited to 'build/pkgs.mk')
-rw-r--r--build/pkgs.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/build/pkgs.mk b/build/pkgs.mk
index f692739..f45c357 100644
--- a/build/pkgs.mk
+++ b/build/pkgs.mk
@@ -14,7 +14,6 @@ gen/pkgs.mk: ${HEADERS}
${MSG} "[ GEN] $@"
@printf '# %s\n' "$@" >$@
@gen() { \
- printf 'PKGS := %s\n' "$$*"; \
printf '_CFLAGS += %s\n' "$$(build/pkgconf.sh --cflags "$$@")"; \
printf '_LDFLAGS += %s\n' "$$(build/pkgconf.sh --ldflags "$$@")"; \
printf '_LDLIBS := %s $${_LDLIBS}\n' "$$(build/pkgconf.sh --ldlibs "$$@")"; \