diff options
author | William Harrington <kb0iic@berzerkula.org> | 2021-05-14 16:19:24 -0500 |
---|---|---|
committer | William Harrington <kb0iic@berzerkula.org> | 2021-05-14 16:19:24 -0500 |
commit | 9f3fd385c57907de20920c706797400a80c2d936 (patch) | |
tree | 71dcb7d015b76065c96281cba9cda226d028e6fb /blfs/Makefile | |
parent | 8deeb4de0357a63042c0004d369b56627203027b (diff) |
Remove libidn and add includes to support multiple Makefiles.
Diffstat (limited to 'blfs/Makefile')
-rw-r--r-- | blfs/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/blfs/Makefile b/blfs/Makefile index 2eeb3c0..7057155 100644 --- a/blfs/Makefile +++ b/blfs/Makefile @@ -1,13 +1,7 @@ targets = wpa_supplicant wget desktop-file-utils \ libpwquality OpenSSH shared-mime-info Systemd-Extras -include Xorg.Makefile - -all : LFS $(targets) -allx : LFS $(targets) $(xtargets) - -LFS : - @echo $@ +all : $(targets) $(xorg) $(qt5) $(kde) $(utils) apache-ant : GLib java @echo $@ @@ -205,9 +199,6 @@ libgpg-error : libical : Berkeley_DB Doxygen gobject-introspection ICU Vala @echo $@ -libidn : GTK-Doc java Valgrind - @echo $@ - libidn2 : git GTK-Doc libunistring @echo $@ @@ -533,3 +524,6 @@ zsh : libcap-pam PCRE Valgrind @echo $@ +include Xorg.Makefile +include QT5.Makefile +include KDE.Makefile |