Skip to content
Snippets Groups Projects
Commit bb38cb8e authored by Quanah Gibson-Mount's avatar Quanah Gibson-Mount
Browse files

fix .c suffix rule dependencies

parent e3dd26c3
No related branches found
No related tags found
No related merge requests found
......@@ -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 $?
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment