mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-02 13:09:42 -05:00
Fix previous commit
This commit is contained in:
parent
c23c3a2ff5
commit
4b2bcef580
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ version.c: Makefile
|
|||
$(RM) $@
|
||||
$(MKVERSION) $(LIBRARY) > $@
|
||||
|
||||
version.o: version.c $(OBJS)
|
||||
version.o version.lo: version.c $(OBJS)
|
||||
|
||||
install-common: FORCE
|
||||
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@ version.c: Makefile
|
|||
$(RM) $@
|
||||
$(MKVERSION) $(LIBBASE) > $@
|
||||
|
||||
version.o: version.c $(OBJS)
|
||||
version.lo: version.c $(OBJS)
|
||||
|
||||
$(LIBRARY): version.lo
|
||||
$(LTLINK_MOD) -module -o $@ $(OBJS) version.lo $(LINK_LIBS)
|
||||
|
|
|
|||
Loading…
Reference in a new issue