From: Jouni Malinen Date: Sat, 5 Dec 2009 18:44:12 +0000 (+0200) Subject: Use auto-generated dependency files and clean them X-Git-Tag: hostap_0_7_1~417 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8ad733d5ea50aadd14e40ed9befc096b0b0176cd;p=thirdparty%2Fhostap.git Use auto-generated dependency files and clean them --- diff --git a/tests/Makefile b/tests/Makefile index 9c4a428da..5422f0d16 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -24,4 +24,6 @@ test-base64: $(BASE64_OBJS) clean: $(MAKE) -C ../src clean - rm -f $(TESTS) *~ *.o + rm -f $(TESTS) *~ *.o *.d + +-include $(OBJS:%.o=%.d)