diff options
Diffstat (limited to 'blfs')
-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 |