From 59fb918e03f6c601effb99afc6c8051fc8e6cf57 Mon Sep 17 00:00:00 2001 From: ru Date: Tue, 22 May 2007 10:40:58 +0000 Subject: [PATCH] Don't forget to clean generated ssp.h. --- gnu/lib/libssp/Makefile | 1 + 1 file changed, 1 insertion(+) 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}