diff options
| author | itojun <itojun@NetBSD.org> | 2002-06-19 16:10:48 +0000 |
|---|---|---|
| committer | itojun <itojun@NetBSD.org> | 2002-06-19 16:10:48 +0000 |
| commit | 18ef784f92d0902bfb6d641219d4c44e27103a28 (patch) | |
| tree | e022febce472094174949647befc4df5a73c0d71 /gnu | |
| parent | abe6b5bef15751d4a402ddb9c30be0779d36df5b (diff) | |
add some items to CLEANFILES
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/lib/libbfd/Makefile | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/gnu/lib/libbfd/Makefile b/gnu/lib/libbfd/Makefile index 29e33b2002a..cadff6dbf80 100644 --- a/gnu/lib/libbfd/Makefile +++ b/gnu/lib/libbfd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2002/06/18 08:48:29 itojun Exp $ +# $NetBSD: Makefile,v 1.28 2002/06/19 16:10:48 itojun Exp $ LIB= bfd @@ -28,8 +28,10 @@ GSRCS= ${G_libbfd_la_OBJECTS:libbfd.lo=lib_bfd.lo} \ ${G_libbfd_la_DEPENDENCIES:M*.lo} ${G_BFD_MACHINES} SRCS= ${GSRCS:.lo=.c} ${G_libopcodes_la_SOURCES} -DPSRCS+= elf32-target.h elf64-target.h targmatch.h -CLEANFILES+= elf32-target.h elf64-target.h targmatch.h +DPSRCS+= elf32-target.h elf64-target.h targmatch.h \ + elf32-ia64.c elf64-ia64.c peigen.c pepigen.c +CLEANFILES+= elf32-target.h elf64-target.h targmatch.h \ + elf32-ia64.c elf64-ia64.c peigen.c pepigen.c TEXINFO= bfd.texinfo INFOFLAGS= -I${DIST}/bfd/doc @@ -91,8 +93,10 @@ CPPFLAGS+= -DHAVE_CONFIG_H -I. -I${.CURDIR} \ -DDEFAULT_VECTOR=${DEFAULT_VEC.${MACHINE_ARCH}} \ -DSELECT_VECS="${SELECT_VECS:S/^/,\&/:S/^,//1}" -DPSRCS+= bfd.h elf32-target.h elf64-target.h targmatch.h -CLEANFILES+= bfd.h elf32-target.h elf64-target.h targmatch.h +DPSRCS+= bfd.h elf32-target.h elf64-target.h targmatch.h \ + elf32-ia64.c elf64-ia64.c peigen.c pepigen.c +CLEANFILES+= bfd.h elf32-target.h elf64-target.h targmatch.h \ + elf32-ia64.c elf64-ia64.c peigen.c pepigen.c TEXINFO= bfd.texinfo INFOFLAGS= -I${DIST}/bfd/doc |
