From 8163aad6cc8e3a19b1aaec9e05c80a14148fa6da Mon Sep 17 00:00:00 2001 From: DRC Date: Mon, 22 Dec 2014 13:41:18 +0000 Subject: [PATCH] Make test a phony target so things don't go haywire if there is a file named test.c in the current directory. git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1468 632fc199-4ca6-4c93-a231-07263d6284db --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index c312c91..c55b2c7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -262,6 +262,7 @@ MD5_JPEG_CROP = b4197f377e621c4e9b1d20471432610d endif +.PHONY: test test: tjquicktest bittest tjquicktest: testclean all -- 2.40.0