[svn:parrot] r44302 - trunk/config/gen/makefiles

fperrad at svn.parrot.org fperrad at svn.parrot.org
Mon Feb 22 19:36:03 UTC 2010


Author: fperrad
Date: Mon Feb 22 19:36:02 2010
New Revision: 44302
URL: https://trac.parrot.org/parrot/changeset/44302

Log:
partial revert of r44291

Modified:
   trunk/config/gen/makefiles/root.in

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Mon Feb 22 19:34:44 2010	(r44301)
+++ trunk/config/gen/makefiles/root.in	Mon Feb 22 19:36:02 2010	(r44302)
@@ -283,7 +283,6 @@
     $(LIBRARY_DIR)/Getopt/Obj.pbc \
     $(LIBRARY_DIR)/Iter.pbc \
     $(LIBRARY_DIR)/JSON.pbc \
-    $(LIBRARY_DIR)/data_json.pbc \
     $(LIBRARY_DIR)/Math/Rand.pbc \
     $(LIBRARY_DIR)/MIME/Base64.pbc \
     $(LIBRARY_DIR)/NCI/Utils.pbc \
@@ -526,7 +525,7 @@
 PARROT_CONFIG       = ./parrot_config$(EXE)
 PIRC                = ./pirc$(EXE)
 NQP_RX              = ./parrot-nqp$(EXE)
-NCI_THUNK_GEN	    = ./parrot_nci_thunk_gen$(EXE)
+NCI_THUNK_GEN       = ./parrot_nci_thunk_gen$(EXE)
 
 # Installable executables
 INSTALLABLEPARROT    = ./installable_parrot$(EXE)


More information about the parrot-commits mailing list