mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
ITS#6274 fix .c suffix rule dependencies
This commit is contained in:
parent
e45c20cf92
commit
053521cd75
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ OBJS = alias.lo ether.lo group.lo host.lo netgroup.lo network.lo \
|
|||
.SUFFIXES: .c .o .lo
|
||||
|
||||
.c.lo:
|
||||
$(LIBTOOL) --mode=compile $(CC) $(OPT) $(DEFS) $(INCS) -c $?
|
||||
$(LIBTOOL) --mode=compile $(CC) $(OPT) $(DEFS) $(INCS) -c $<
|
||||
|
||||
tio.lo: nss-ldapd/common/tio.c
|
||||
$(LIBTOOL) --mode=compile $(CC) $(OPT) $(DEFS) $(NLDAPD_INC) -c $?
|
||||
|
|
|
|||
Loading…
Reference in a new issue