From 529db8757b50c206b11ba7a4533b4f40c80ba528 Mon Sep 17 00:00:00 2001 From: Francois Perrad Date: Fri, 6 Nov 2009 14:01:33 +0100 Subject: [PATCH] move root.in --- Configure.pir | 2 +- config/makefiles/root.in => Makefile.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename config/makefiles/root.in => Makefile.in (99%) diff --git a/Configure.pir b/Configure.pir index cb5793f..628ab19 100755 --- a/Configure.pir +++ b/Configure.pir @@ -19,7 +19,7 @@ # Here, do the job push_eh _handler - genfile('config/makefiles/root.in', 'Makefile', config) + genfile('Makefile.in', 'Makefile', config) pop_eh # Give the user a hint of next action diff --git a/config/makefiles/root.in b/Makefile.in similarity index 99% rename from config/makefiles/root.in rename to Makefile.in index 9d93999..d0637d9 100644 --- a/config/makefiles/root.in +++ b/Makefile.in @@ -91,7 +91,7 @@ installable: installable_markdown@exe@ installable_markdown@exe@: markdown.pbc $(PBC_TO_EXE) markdown.pbc --install -Makefile: config/makefiles/root.in +Makefile: Makefile.in $(PARROT) Configure.pir # This is a listing of all targets, that are meant to be called by users