UAVCAN: Fix typo in Makefile

This commit is contained in:
Paul A. Patience 2016-05-09 09:10:04 -04:00
parent 231be59977
commit aa2bcd0a52

View File

@ -248,7 +248,7 @@ clean:
distclean: clean
$(call DELFILE, Make.dep)
$(call DELFILE, .depend)
$(call DEFLFILE, .libuavcan_patched)
$(call DELFILE, .libuavcan_patched)
$(call DELDIR, $(LIBUAVCAN_UNPACKNAME))
$(call DELFILE, $(LIBUAVCAN_PACKNAME))
$(call DELDIR, $(DSDL_UNPACKNAME))