Skip to content

Commit

Permalink
third_party/Makefile.am distclean rule use OTBR_CLIENT_SUBDIRS instea…
Browse files Browse the repository at this point in the history
…d of OT_BR_POSIX_SUBDIRS (#1619)
  • Loading branch information
vivien-apple authored Jul 20, 2020
1 parent 93e8775 commit 3560ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ DIST_SUBDIRS = \
# of the 'distclean' target. Consequently, we conditionally include
# them in DIST_SUBDIRS on invocation of 'distclean-recursive'

distclean-recursive: DIST_SUBDIRS += $(NLASSERT_SUBDIRS) $(NLFAULTINJECTION_SUBDIRS) $(NLIO_SUBDIRS) $(NLUNIT_TEST_SUBDIRS) $(MBEDTLS_SUBDIRS) $(OPENTHREAD_SUBDIRS) $(OTBR_CLIENT_SUBDIRS)
distclean-recursive: DIST_SUBDIRS += $(NLASSERT_SUBDIRS) $(NLFAULTINJECTION_SUBDIRS) $(NLIO_SUBDIRS) $(NLUNIT_TEST_SUBDIRS) $(MBEDTLS_SUBDIRS) $(OPENTHREAD_SUBDIRS) $(OT_BR_POSIX_SUBDIRS)

# Always build (e.g. for 'make all') these subdirectories.
#
Expand Down

0 comments on commit 3560ded

Please sign in to comment.