ORBit2 r2083 - in trunk: . src/orb/orb-core



Author: kmaraas
Date: Thu Aug 28 11:17:25 2008
New Revision: 2083
URL: http://svn.gnome.org/viewvc/ORBit2?rev=2083&view=rev

Log:
2008-08-28  Kjartan Maraas  <kmaraas gnome org>

	* src/orb/orb-core/Makefile.am: Fix a possible infinite
	make loop with parallel make. Diego PettenÃ. Closes
	bug #549693.

Modified:
   trunk/ChangeLog
   trunk/src/orb/orb-core/Makefile.am

Modified: trunk/src/orb/orb-core/Makefile.am
==============================================================================
--- trunk/src/orb/orb-core/Makefile.am	(original)
+++ trunk/src/orb/orb-core/Makefile.am	Thu Aug 28 11:17:25 2008
@@ -75,7 +75,6 @@
 
 IDL_FLAGS_CORBA_OPS = --showcpperrors
 $(OPS_IDLOUT_C): $(OPS_IDLOUT_H)
-	true
 
 $(OPS_IDLOUT_H): corba-ops.idl $(IDL_COMPILER)
 	-(rm -f $(OPS_IDLOUT_C) $(OPS_IDLOUT_H) || true) > /dev/null
@@ -98,10 +97,5 @@
 dist-hook:
 	cd $(distdir); rm -f $(BUILT_SOURCES)
 
-$(IDL_COMPILER): update-orbitidl
-	@true
-
-update-orbitidl:
+$(IDL_COMPILER):
 	@cd $(top_builddir)/src/idl-compiler && $(MAKE) $(AM_MAKEFLAGS)
-
-.PHONY: update-orbitidl



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]