diff options
author | midipix <writeonce@midipix.org> | 2020-01-06 08:25:32 +0000 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2020-01-06 08:48:01 +0000 |
commit | 07be866e669a7c95b1f90bb65eff2e7a2dc22984 (patch) | |
tree | d041c528154985a07eaaa9deb1993a45d9752e0a | |
parent | da47c9eca8f4444e03a5d2fe067fb8781cc07549 (diff) | |
download | sbpython3-07be866e669a7c95b1f90bb65eff2e7a2dc22984.tar.bz2 sbpython3-07be866e669a7c95b1f90bb65eff2e7a2dc22984.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 \ |