]> git.ipfire.org Git - thirdparty/hostap.git/commitdiff
Use auto-generated dependency files and clean them
authorJouni Malinen <j@w1.fi>
Sat, 5 Dec 2009 18:44:12 +0000 (20:44 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 5 Dec 2009 18:44:12 +0000 (20:44 +0200)
tests/Makefile

index 9c4a428da9fc1492275bf3c2ef41f2d4fec45e22..5422f0d163face1c4167b4eb3d2d3b3000cb372d 100644 (file)
@@ -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)