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

plobsing at svn.parrot.org plobsing at svn.parrot.org
Fri Feb 19 02:38:02 UTC 2010


Author: plobsing
Date: Fri Feb 19 02:38:01 2010
New Revision: 44154
URL: https://trac.parrot.org/parrot/changeset/44154

Log:
correctly classify configure-time generated opengl files to be able to build after 'make clean'

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

Modified: trunk/config/gen/makefiles/root.in
==============================================================================
--- trunk/config/gen/makefiles/root.in	Fri Feb 19 02:25:09 2010	(r44153)
+++ trunk/config/gen/makefiles/root.in	Fri Feb 19 02:38:01 2010	(r44154)
@@ -229,6 +229,8 @@
     MANIFEST.configure.generated \
     .configure_trace.sto \
     .parrot_current_rev \
+#IF(has_opengl):    runtime/parrot/include/opengl_defines.pasm \
+#IF(has_opengl):    runtime/parrot/library/OpenGL_funcs.pir \
     runtime/parrot/include/signal.pasm
 
 
@@ -290,8 +292,6 @@
 #IF(has_opengl):    $(LIBRARY_DIR)/OpenGL.pbc \
 #IF(has_opengl):    $(LIBRARY_DIR)/OpenGL_funcs.pbc \
 #IF(has_opengl):    $(LIBRARY_DIR)/OpenGL/Math.pbc \
-#IF(has_opengl):    runtime/parrot/include/opengl_defines.pasm \
-#IF(has_opengl):    runtime/parrot/library/OpenGL_funcs.pir \
     $(LIBRARY_DIR)/P6object.pbc \
     $(LIBRARY_DIR)/parrotlib.pbc \
     $(LIBRARY_DIR)/pcore.pbc \


More information about the parrot-commits mailing list