diff options
author | Mystery Man <unknown@mandriva.org> | 2001-11-20 23:35:06 +0000 |
---|---|---|
committer | Mystery Man <unknown@mandriva.org> | 2001-11-20 23:35:06 +0000 |
commit | 9f1dfb0e6b859cba0ebda5f945987ba6c24a596b (patch) | |
tree | d85d9819673c16e4753109862a2eeb9bfa775e7a /perl-install/Newt/Makefile | |
parent | dee901a3fde82083a630082f04c0139c73ba248f (diff) | |
download | drakx-backup-do-not-use-topic/PCMCIA_CS_DISTRO.tar drakx-backup-do-not-use-topic/PCMCIA_CS_DISTRO.tar.gz drakx-backup-do-not-use-topic/PCMCIA_CS_DISTRO.tar.bz2 drakx-backup-do-not-use-topic/PCMCIA_CS_DISTRO.tar.xz drakx-backup-do-not-use-topic/PCMCIA_CS_DISTRO.zip |
This commit was manufactured by cvs2svn to create branchtopic/PCMCIA_CS_DISTRO
'PCMCIA_CS_DISTRO'.
Diffstat (limited to 'perl-install/Newt/Makefile')
-rw-r--r-- | perl-install/Newt/Makefile | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/perl-install/Newt/Makefile b/perl-install/Newt/Makefile deleted file mode 100644 index cb80c5ab7..000000000 --- a/perl-install/Newt/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -.PHONY: clean - -Newt: %: %.xs - test -e Makefile_c || perl Makefile.PL - $(MAKE) -f Makefile_c LD_RUN_PATH= - rm -f ../auto/Newt ; ln -s ../Newt/blib/arch/auto/Newt ../auto - -clean: - test ! -e Makefile_c || $(MAKE) -f Makefile_c clean - rm -f *~ *.o |