2a25cee78a
284864,285169-285170,285435: ntp 4.2.8p3. Relnotes: yes Approved by: re (?)
15 lines
374 B
Plaintext
15 lines
374 B
Plaintext
## check-libopts.mf - automake fragment
|
|
##
|
|
## If we are not using the tearoff libopts, we won't be
|
|
## building its libopts.la, so the submake is allowed
|
|
## to fail.
|
|
|
|
BUILT_SOURCES += check-libopts
|
|
CLEANFILES += check-libopts
|
|
|
|
check-libopts: ../sntp/libopts/libopts.la
|
|
@echo stamp > $@
|
|
|
|
../sntp/libopts/libopts.la:
|
|
-cd ../sntp/libopts && $(MAKE) $(AM_MAKEFLAGS) libopts.la
|