diff options
author | midipix <writeonce@midipix.org> | 2020-01-06 08:25:32 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-06 08:47:59 +0000 |
commit | 7160ba54682b2d386be8473b2a7866dad682739f (patch) | |
tree | 33f23caca5ad1e9cf081533cebadbd7215461966 | |
parent | 0bb6fcc625a8f1be272858e44aeae324a2149bc2 (diff) | |
download | apimagic-7160ba54682b2d386be8473b2a7866dad682739f.tar.bz2 apimagic-7160ba54682b2d386be8473b2a7866dad682739f.tar.xz |
build system: remove the .conf and .display makefile targets (no longer used).
-rw-r--r-- | Makefile.in | 9 |
1 files changed, 0 insertions, 9 deletions
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 \ |