[svn:parrot] r36981 - trunk/examples/embed

NotFound at svn.parrot.org NotFound at svn.parrot.org
Tue Feb 24 21:54:31 UTC 2009


Author: NotFound
Date: Tue Feb 24 21:54:30 2009
New Revision: 36981
URL: https://trac.parrot.org/parrot/changeset/36981

Log:
[examples] some fixes in emebed/Makefile

Modified:
   trunk/examples/embed/Makefile

Modified: trunk/examples/embed/Makefile
==============================================================================
--- trunk/examples/embed/Makefile	Tue Feb 24 21:03:08 2009	(r36980)
+++ trunk/examples/embed/Makefile	Tue Feb 24 21:54:30 2009	(r36981)
@@ -3,7 +3,7 @@
 
 # To build this example in a parrot development environment:
 
-# PATH=$PATH:/parrot_directory
+# PATH=/parrot_directory:$PATH
 # export LD_RUN_PATH=/parrot_directory/blib/lib
 # make
 
@@ -26,7 +26,7 @@
 lorito$(O): lorito.c
 	$(CC) $(CCFLAGS) -c -I $(INCLUDEDIR) lorito.c
 
-lorito: lorito$(O)
+lorito$(EXE): lorito$(O)
 	$(LD) $(LD_OUT)lorito$(EXE) lorito$(O) $(LDFLAGS)
 
 #-----------------------------------------------------------------------


More information about the parrot-commits mailing list