summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2014-10-28 12:44:58 +0000
committerwiz <wiz@pkgsrc.org>2014-10-28 12:44:58 +0000
commitbfa8b5fcf88a005a8fffaa8bd383bde26742e2d9 (patch)
tree070eca9ebe413709b384fc4b850bf0d328ec3a6b /editors
parent7dc880bbd1747ade0899f1bf7cd4ddba8686635a (diff)
downloadpkgsrc-bfa8b5fcf88a005a8fffaa8bd383bde26742e2d9.tar.gz
Add .PHONY for target.
Diffstat (limited to 'editors')
-rw-r--r--editors/emacs24/Makefile.common3
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