mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-30 19:49:35 -05:00
Tweak version.c dependencies
This commit is contained in:
parent
fd7df67117
commit
33a66fa77b
1 changed files with 3 additions and 1 deletions
|
|
@ -22,10 +22,12 @@ all-no lint-no 5lint-no depend-no install-no: FORCE
|
|||
|
||||
all-common: all-$(BUILD_MOD)
|
||||
|
||||
version.c: $(OBJS)
|
||||
version.c: Makefile
|
||||
$(RM) $@
|
||||
$(MKVERSION) $(LIBBASE) > $@
|
||||
|
||||
version.o: version.c $(OBJS)
|
||||
|
||||
$(LIBRARY): version.lo
|
||||
$(LTLINK_MOD) -module -o $@ $(OBJS) version.lo $(LINK_LIBS)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue