[svn:ponie] r394 - trunk
[email protected] Thu, 16 Mar 2006 02:54:03 -0800 (PST)
| Newsgroups | perl.ponie.changes |
|---|---|
| Message-ID | <[email protected]> |
Author: nicholas Date: Thu Mar 16 02:54:02 2006 New Revision: 394 Modified: trunk/Makefile Log: Don't need the top level lib directory, and it seems to be confusing the perl used to run parrot's tests on this machine. Modified: trunk/Makefile ============================================================================== --- trunk/Makefile (original) +++ trunk/Makefile Thu Mar 16 02:54:02 2006 @@ -4,10 +4,7 @@ all: final -final: lib ponie - -lib: - ln -s perl/lib lib +final: ponie ponie: perl/perl cp perl/perl ponie @@ -31,7 +28,6 @@ cd parrot && $(MAKE) clean cd perl && $(MAKE) clean rm -f *~ - rm -f lib rm -f ponie cd src/pmc && $(MAKE) clean @@ -44,7 +40,6 @@ rm -f perl/config.sh rm -f perl/Policy.sh rm -f *~ - rm -f lib rm -f ponie install: