diff options
Diffstat (limited to 'perl-install/Makefile.config')
-rw-r--r-- | perl-install/Makefile.config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index c6decfe6d..cb919863e 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -1,9 +1,9 @@ # -*- Makefile -*- -VERSION:=17.76 +VERSION:=17.77 SUDO = sudo TMPDIR = /tmp -SO_FILES = c/blib/arch/auto/c/c.so +SO_FILES = c/blib/arch/auto/c/c.so # PMS_DIRS is used only in drakxtools PMS_DIRS = c diskdrake harddrake interactive modules partition_table resize_fat security fs fs/remote @@ -15,7 +15,7 @@ STANDALONEPMS = $(STANDALONEPMS_:%=standalone/%) ALLPMS = $(PMS) $(STANDALONEPMS) PERL = perl LOCALFILES = $(patsubst %, ../tools/%,serial_probe/serial_probe) -DIRS = c resize_fat #po +DIRS = c resize_fat #po CFLAGS = -Wall override CFLAGS += -pipe |