aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorRuslan Ermilov <ru@FreeBSD.org>2007-05-22 10:40:58 +0000
committerRuslan Ermilov <ru@FreeBSD.org>2007-05-22 10:40:58 +0000
commit0effeaaec347c4ed5967074bf1d69228e38c99e8 (patch)
treece9381d770b7db4f299dc5d74179459deb25cfd0 /gnu
parenta688ea13f51b138903ec8849bb9cf01ec7aa76ed (diff)
downloadsrc-0effeaaec347c4ed5967074bf1d69228e38c99e8.tar.gz
src-0effeaaec347c4ed5967074bf1d69228e38c99e8.zip
Don't forget to clean generated ssp.h.
Notes
Notes: svn path=/head/; revision=169862
Diffstat (limited to 'gnu')
-rw-r--r--gnu/lib/libssp/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/lib/libssp/Makefile b/gnu/lib/libssp/Makefile
index aa027e4cb9d9..90f2a8a50ad0 100644
--- a/gnu/lib/libssp/Makefile
+++ b/gnu/lib/libssp/Makefile
@@ -25,6 +25,7 @@ VERSION_MAP= ${SRCDIR}/ssp.map
INCS= ssp.h string.h stdio.h unistd.h
INCSDIR=${INCLUDEDIR}/ssp
+CLEANFILES= ssp.h
ssp.h: ssp.h.in
sed -e 's/@ssp_have_usable_vsnprintf@/define/' ${.ALLSRC} > ${.TARGET}