mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Tweak version.c dependencies
This commit is contained in:
parent
fd7df67117
commit
33a66fa77b
@ -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 New Issue
Block a user