diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-11-18 15:09:52 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2013-11-18 18:12:33 +0100 |
commit | 647e9adea013a9138638c908cad00456b470e8bc (patch) | |
tree | a01e824dac5132555cb7f8803c82051d740b7393 /perl-install/Makefile.config | |
parent | bb071915b305f09bb50f4a4d5dc16cb5f3bdd649 (diff) | |
download | drakx-647e9adea013a9138638c908cad00456b470e8bc.tar drakx-647e9adea013a9138638c908cad00456b470e8bc.tar.gz drakx-647e9adea013a9138638c908cad00456b470e8bc.tar.bz2 drakx-647e9adea013a9138638c908cad00456b470e8bc.tar.xz drakx-647e9adea013a9138638c908cad00456b470e8bc.zip |
do not compile/include xhost+ anymore (unused for years)
Diffstat (limited to 'perl-install/Makefile.config')
-rw-r--r-- | perl-install/Makefile.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 2736887a7..7f354a27e 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -14,7 +14,7 @@ STANDALONEPMS_ = adduserdrake bootloader-config display_help display_installer_h STANDALONEPMS = $(STANDALONEPMS_:%=standalone/%) ALLPMS = $(PMS) $(STANDALONEPMS) PERL = perl -LOCALFILES = $(patsubst %, ../tools/%,serial_probe/serial_probe xhost+) +LOCALFILES = $(patsubst %, ../tools/%,serial_probe/serial_probe) DIRS = c resize_fat #po CFLAGS = -Wall override CFLAGS += -pipe |