[Openais-commits] r1565 - trunk/exec

sdake at developer.osdl.org sdake at developer.osdl.org
Mon Jun 23 21:52:42 PDT 2008


Author: sdake
Date: 2008-06-23 21:52:42 -0700 (Mon, 23 Jun 2008)
New Revision: 1565

Modified:
   trunk/exec/Makefile
Log:
Allow make in the exec directory to work even if root/lcr isn't yet built.


Modified: trunk/exec/Makefile
===================================================================
--- trunk/exec/Makefile	2008-06-24 04:49:29 UTC (rev 1564)
+++ trunk/exec/Makefile	2008-06-24 04:52:42 UTC (rev 1565)
@@ -217,7 +217,7 @@
 
 # - fPIC rules required for service handler shared objects
 ../lcr/lcr_ifact.o: ../lcr/lcr_ifact.c
-	$(CC) $(CFLAGS) $(CPPFLAGS) -DPREFIX='"$(PREFIX)"' -I../lcr -c -o $@ ../lcr/lcr_ifact.c
+	$(CC) $(CFLAGS) $(CPPFLAGS) -DPREFIX='"$(PREFIX)"' -DLCRSODIR='"$(LCRSODIR)"' -I../lcr -c -o $@ ../lcr/lcr_ifact.c
 
 evs.o: evs.c
 	$(CC) $(CFLAGS) $(CPPFLAGS) -c -o $@ $<



More information about the Openais-commits mailing list