From: Trent Lloyd Date: Tue, 3 May 2005 17:45:45 +0000 (+0000) Subject: fix typo of prioq-test in the clean target of Makefile X-Git-Url: https://git.meshlink.io/?a=commitdiff_plain;h=837fb2df0993753f39e098934dc6bd8fa8a19b47;p=catta fix typo of prioq-test in the clean target of Makefile git-svn-id: file:///home/lennart/svn/public/avahi/trunk@35 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- diff --git a/Makefile b/Makefile index 1e10fb3..ff3977e 100644 --- a/Makefile +++ b/Makefile @@ -25,4 +25,4 @@ dns-test: dns-test.o util.o dns.o rr.o strlst.o *.o: *.h clean: - rm -f *.o flexmdns tprioq-test strlst-test domain-test dns-test + rm -f *.o flexmdns prioq-test strlst-test domain-test dns-test