From c6fb7c6ba71adcda3bdd8a145d28706507a9a467 Mon Sep 17 00:00:00 2001 From: midipix Date: Jan 06 2020 08:48:00 +0000 Subject: build system: remove the .conf and .display makefile targets (no longer used). --- diff --git a/Makefile.in b/Makefile.in index c289824..56b482c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -284,15 +284,6 @@ clean: clean-implib rm -f build/$(PACKAGE).pc -.display: .display-project .display-pkgconf .display-env \ - .display-tools .display-flags \ - .display-dirs .display-build \ - .display-config - -.conf: PAGER ?= less -.conf: - $(MAKE) .display | $(PAGER) - .PHONY: package-app \ all install shared static app \ shared-objs shared-lib \