diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2005-03-01 17:39:43 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2005-03-01 17:39:43 +0000 |
commit | 4c44b738e39e0637a5c8fa7a826d7696e2d854f8 (patch) | |
tree | e000368750064d7ad6021a0d68450834e5c18257 /perl-install/Makefile | |
parent | e4ddadea85b312eaa4a6338c8a5f87d431af3a59 (diff) | |
download | drakx-4c44b738e39e0637a5c8fa7a826d7696e2d854f8.tar drakx-4c44b738e39e0637a5c8fa7a826d7696e2d854f8.tar.gz drakx-4c44b738e39e0637a5c8fa7a826d7696e2d854f8.tar.bz2 drakx-4c44b738e39e0637a5c8fa7a826d7696e2d854f8.tar.xz drakx-4c44b738e39e0637a5c8fa7a826d7696e2d854f8.zip |
fix build after pixel's pass
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 2d04e313a..713293f31 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -8,9 +8,9 @@ include Makefile.config POFILES = $(shell ls share/po/*.po) MOFILES = $(POFILES:%.po=%.mo) -DISTFILES = *.pm $(PMS_DIRS) Makefile Makefile.config ddcprobe drakxtools.spec serial_probe share/po share/diskdrake.rc $(STANDALONEPMS) standalone/icons standalone/man/C/* pixmaps pixmaps/langs standalone/interactive_http rpcinfo-flushed.c standalone/convert standalone/finish-install.xsetup standalone/service_harddrake.sh +DISTFILES = *.pm $(PMS_DIRS) Makefile Makefile.config drakxtools.spec serial_probe share/po share/diskdrake.rc $(STANDALONEPMS) standalone/icons standalone/man/C/* pixmaps pixmaps/langs standalone/interactive_http rpcinfo-flushed.c standalone/convert standalone/finish-install.xsetup standalone/service_harddrake.sh OTHERS = $(OTHERDIRS) $(OTHERFILES) -OTHERDIRS = tools/ddcprobe tools/serial_probe +OTHERDIRS = tools/serial_probe OTHERFILES = tools/rpcinfo-flushed.c STAGE1 = ../mdk-stage1 |