summaryrefslogtreecommitdiffstats
path: root/perl-install/c/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/c/Makefile')
-rw-r--r--perl-install/c/Makefile17
1 files changed, 0 insertions, 17 deletions
diff --git a/perl-install/c/Makefile b/perl-install/c/Makefile
deleted file mode 100644
index 0d09a8919..000000000
--- a/perl-install/c/Makefile
+++ /dev/null
@@ -1,17 +0,0 @@
-.PHONY: clean
-
-MAKEIT = $(MAKE) -f Makefile_c LD_RUN_PATH=
-
-stuff: %: %.xs
- test -e Makefile_c || perl Makefile.PL
- $(MAKEIT) || $(MAKEIT)
- rm -f ../auto/c ; ln -s ../c/blib/arch/auto ../auto/c
-
-clean:
- test ! -e Makefile_c || $(MAKE) -f Makefile_c clean
- rm -f *~ *.o stuff.xs probe.c
-
-stuff.xs: %: %.pl
- rm -f $@
- perl $< > $@
- chmod a-w $@