From deb0a7ae3f9bdb33f18107b7e5d8cf54fde6a614 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 28 Oct 2014 12:44:58 +0000 Subject: Add .PHONY for target. --- editors/emacs24/Makefile.common | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'editors') diff --git a/editors/emacs24/Makefile.common b/editors/emacs24/Makefile.common index 4515dea4c2b..e7b73d81bce 100644 --- a/editors/emacs24/Makefile.common +++ b/editors/emacs24/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.9 2014/10/28 12:43:21 wiz Exp $ +# $NetBSD: Makefile.common,v 1.10 2014/10/28 12:44:58 wiz Exp $ # # used by editors/emacs24/Makefile # used by editors/emacs24-nox11/Makefile @@ -64,6 +64,7 @@ INSTALL_UNSTRIPPED= yes # NetBSD with native Clang doesn't provide libgcc, everything is in libc. pre-configure: fake-libgcc +.PHONY: fake-libgcc fake-libgcc: ${AR} q ${BUILDLINK_DIR}/lib/libgcc.a .endif -- cgit v1.2.3