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

Commit

Permalink
move Makefile.in
Browse files Browse the repository at this point in the history
  • Loading branch information
fperrad committed Nov 6, 2009
1 parent 3868bf1 commit cc45ffd
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 @@ -12,7 +12,7 @@

# Here, do the job
push_eh _handler
genfile('build/Makefile.in', 'Makefile', config)
genfile('Makefile.in', 'Makefile', config)
pop_eh
end

Expand Down
2 changes: 1 addition & 1 deletion build/Makefile.in → Makefile.in
Expand Up @@ -95,7 +95,7 @@ handler/xmlwriter/gen_actions.pir: $(NQP) handler/xmlwriter/pct/actions.pm
handler/xmlwriter/gen_builtins.pir: $(HANDLER_XMLWRITER_BUILTINS_PIR)
$(CAT) $(HANDLER_XMLWRITER_BUILTINS_PIR) > handler/xmlwriter/gen_builtins.pir

Makefile: build/Makefile.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 cc45ffd

Please sign in to comment.