diff options
author | Mystery Man <unknown@mandriva.org> | 2005-05-25 08:56:46 +0000 |
---|---|---|
committer | Mystery Man <unknown@mandriva.org> | 2005-05-25 08:56:46 +0000 |
commit | 45e61de16e073594e8532af5b1fff8e76901ee88 (patch) | |
tree | eda23f712150bace0146c6011c39319484f1a715 /perl-install/xf86misc/Makefile | |
parent | 2be3766b2c1fafa44da4b93b2851044d977a128a (diff) | |
download | drakx-MDK10-LACIE-restore-2.tar drakx-MDK10-LACIE-restore-2.tar.gz drakx-MDK10-LACIE-restore-2.tar.bz2 drakx-MDK10-LACIE-restore-2.tar.xz drakx-MDK10-LACIE-restore-2.zip |
This commit was manufactured by cvs2svn to create tagMDK10-LACIE-restore-2
'MDK10-LACIE-restore-2'.
Diffstat (limited to 'perl-install/xf86misc/Makefile')
-rw-r--r-- | perl-install/xf86misc/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/perl-install/xf86misc/Makefile b/perl-install/xf86misc/Makefile deleted file mode 100644 index 2d874b989..000000000 --- a/perl-install/xf86misc/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -.PHONY: clean - -main: %: %.xs - test -e Makefile_c || perl Makefile.PL - $(MAKE) -f Makefile_c LD_RUN_PATH= || $(MAKE) -f Makefile_c LD_RUN_PATH= - rm -f ../auto/xf86misc ; ln -s ../xf86misc/blib/arch/auto ../auto/xf86misc - -clean: - test ! -e Makefile_c || $(MAKE) -f Makefile_c clean - rm -f *~ *.o |