mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-27 04:44:38 +00:00
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
This commit is contained in:
parent
0d498c6628
commit
43d7517eb9
@ -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 $@ $<
|
||||
|
Loading…
Reference in New Issue
Block a user