Skip to content
This repository has been archived by the owner on Jun 9, 2018. It is now read-only.

Commit

Permalink
move root.in
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Nov 6, 2009
1 parent 976a224 commit 529db87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Configure.pir
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/makefiles/root.in → Makefile.in
Expand Up @@ -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
Expand Down

0 comments on commit 529db87

Please sign in to comment.