diff options
author | Francois Pons <fpons@mandriva.com> | 1999-11-15 17:12:07 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 1999-11-15 17:12:07 +0000 |
commit | 36ef3ad3435c5cf5711be5d23bb37681a2e88e79 (patch) | |
tree | b5b79f81b21a35f407c63c2a340318bbd786baa7 | |
parent | 9e87d0328b02df29fde03ce36eba561d25e505ca (diff) | |
download | drakx-36ef3ad3435c5cf5711be5d23bb37681a2e88e79.tar drakx-36ef3ad3435c5cf5711be5d23bb37681a2e88e79.tar.gz drakx-36ef3ad3435c5cf5711be5d23bb37681a2e88e79.tar.bz2 drakx-36ef3ad3435c5cf5711be5d23bb37681a2e88e79.tar.xz drakx-36ef3ad3435c5cf5711be5d23bb37681a2e88e79.zip |
*** empty log message ***
-rw-r--r-- | perl-install/Newt/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/perl-install/Newt/Makefile b/perl-install/Newt/Makefile new file mode 100644 index 000000000..03bb3be91 --- /dev/null +++ b/perl-install/Newt/Makefile @@ -0,0 +1,10 @@ +.PHONY: clean + +Newt: %: %.xs + test -e Makefile_c || perl Makefile.PL + $(MAKE) -f Makefile_c + rm -f ../auto/Newt ; ln -s ../Newt/blib/arch/auto/Newt ../auto + +clean: + test ! -e Makefile_c || $(MAKE) -f Makefile_c clean + rm -f *~ |