ITS#6274 fix .c suffix rule dependencies

This commit is contained in:
Howard Chu 2009-08-25 21:11:39 +00:00
parent e45c20cf92
commit 053521cd75

View file

@ -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 $?