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 | c61346e78f95445bff7d5a5fe94b4196e822f23b (patch) | |
tree | eac478387a6a00942eb49c1ee3e643476f1ba69b /Makefile.in | |
parent | 2f82dbd4750e9b7f66e3e38bee3369319dfcc9e9 (diff) | |
download | slibtool-c61346e78f95445bff7d5a5fe94b4196e822f23b.tar.bz2 slibtool-c61346e78f95445bff7d5a5fe94b4196e822f23b.tar.xz |
build system: remove the .conf and .display makefile targets (no longer used).
Diffstat (limited to 'Makefile.in')
-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 \ |