From 43d7517eb9826946499d6cfa68c128b0705ef59e Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Tue, 24 Jun 2008 04:52:42 +0000 Subject: [PATCH] Allow make in the exec directory to work even if root/lcr isn't yet built. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1565 fd59a12c-fef9-0310-b244-a6a79926bd2f --- exec/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exec/Makefile b/exec/Makefile index bf849810..354b3107 100644 --- a/exec/Makefile +++ b/exec/Makefile @@ -217,7 +217,7 @@ depend: # - 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 $@ $<