diff options
author | wiz <wiz@pkgsrc.org> | 2014-10-28 12:44:58 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2014-10-28 12:44:58 +0000 |
commit | deb0a7ae3f9bdb33f18107b7e5d8cf54fde6a614 (patch) | |
tree | 070eca9ebe413709b384fc4b850bf0d328ec3a6b /editors | |
parent | 4d4489c4f2625552c8e12cbee46f92cd637e0206 (diff) | |
download | pkgsrc-deb0a7ae3f9bdb33f18107b7e5d8cf54fde6a614.tar.gz |
Add .PHONY for target.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/emacs24/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
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 |