diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-12-01 18:08:49 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-12-01 18:08:49 +0000 |
commit | a9e2a0e34db8daf7f7f87e897f85c5b2b304fe30 (patch) | |
tree | 74e98f5717f7d94fffa8a2cb78ac16b508c7c344 /perl-install | |
parent | 96ec3a39a0f8f9e9ca55bd1073cea242ab0b2adc (diff) | |
download | drakx-a9e2a0e34db8daf7f7f87e897f85c5b2b304fe30.tar drakx-a9e2a0e34db8daf7f7f87e897f85c5b2b304fe30.tar.gz drakx-a9e2a0e34db8daf7f7f87e897f85c5b2b304fe30.tar.bz2 drakx-a9e2a0e34db8daf7f7f87e897f85c5b2b304fe30.tar.xz drakx-a9e2a0e34db8daf7f7f87e897f85c5b2b304fe30.zip |
remove duplicated entry in Makefile.drakxtools
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile.drakxtools | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools index ccbc8c0e0..f0644ca64 100644 --- a/perl-install/Makefile.drakxtools +++ b/perl-install/Makefile.drakxtools @@ -5,7 +5,7 @@ include Makefile.config 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 +DIRS = $(INLIBDEST_DIRS) $(HAVEINST_DIRS) harddrake printer ../tools/serial_probe NAME = libDrakX XSETUPLEVEL=40 XSETUPLEVEL_HARDDRAKE=00 @@ -87,4 +87,4 @@ install: check: rm -f share/po/libDrakX.pot standalone/po/libDrakX-standalone.pot @make -C share/po libDrakX.pot - @make -C standalone/po libDrakX-standalone.pot
\ No newline at end of file + @make -C standalone/po libDrakX-standalone.pot |