From: <sg...@us...> - 2003-09-01 00:19:45
|
Update of /cvsroot/libfunutil/libfunutil/toc/make In directory sc8-pr-cvs1:/tmp/cvs-serv26629 Modified Files: makerules.BIN_PROGRAMS Log Message: added CLEAN_FILES additions Index: makerules.BIN_PROGRAMS =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/toc/make/makerules.BIN_PROGRAMS,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- makerules.BIN_PROGRAMS 31 Aug 2003 20:23:02 -0000 1.2 +++ makerules.BIN_PROGRAMS 1 Sep 2003 00:19:42 -0000 1.3 @@ -10,6 +10,7 @@ cat <<EOF $t: \$(BIN_PROGRAMS_COMMON_DEPS) \$(${t}_bin_OBJECTS) @echo "Linking binary [$t]."; set -x; \$(call toc_link_binary,${t},) +CLEAN_FILES += $t bin-$t: $t bins: bin-$t EOF |