mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-12 15:10:31 +08:00
Fix previous commit
This commit is contained in:
parent
c23c3a2ff5
commit
4b2bcef580
@ -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…
x
Reference in New Issue
Block a user