diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2007-05-22 10:40:58 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2007-05-22 10:40:58 +0000 |
| commit | 0effeaaec347c4ed5967074bf1d69228e38c99e8 (patch) | |
| tree | ce9381d770b7db4f299dc5d74179459deb25cfd0 /gnu/lib | |
| parent | a688ea13f51b138903ec8849bb9cf01ec7aa76ed (diff) | |
Notes
Diffstat (limited to 'gnu/lib')
| -rw-r--r-- | gnu/lib/libssp/Makefile | 1 |
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} |
