diff options
author | Thierry Vignaud <tv@mandriva.org> | 2008-09-20 13:58:49 +0000 |
---|---|---|
committer | Thierry Vignaud <tv@mandriva.org> | 2008-09-20 13:58:49 +0000 |
commit | fc033e1498d70b75a5b45073aa2e881785eb3349 (patch) | |
tree | 7a13de51a744e8a23a99f3c9a6133d522d17b888 /perl-install/Makefile.drakxtools | |
parent | 61a92803468eadbb0812f62d2d4b1eb396dcc9d0 (diff) | |
download | drakx-fc033e1498d70b75a5b45073aa2e881785eb3349.tar drakx-fc033e1498d70b75a5b45073aa2e881785eb3349.tar.gz drakx-fc033e1498d70b75a5b45073aa2e881785eb3349.tar.bz2 drakx-fc033e1498d70b75a5b45073aa2e881785eb3349.tar.xz drakx-fc033e1498d70b75a5b45073aa2e881785eb3349.zip |
(install) make it possible to install even if using the whole drakx sources
Diffstat (limited to 'perl-install/Makefile.drakxtools')
-rw-r--r-- | perl-install/Makefile.drakxtools | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools index 935a59c44..bdc0ffe2e 100644 --- a/perl-install/Makefile.drakxtools +++ b/perl-install/Makefile.drakxtools @@ -1,6 +1,8 @@ # -*- Makefile -*- include Makefile.config +.PHONY: install + INLIBDEST_DIRS = c resize_fat xf86misc HAVEINST_DIRS = share/po standalone/po standalone/interactive_http standalone/menu DIRS = $(INLIBDEST_DIRS) $(HAVEINST_DIRS) harddrake printer ../tools/serial_probe standalone/menu |