Include "Makefile.backend" at the end so that "CLEANFILES" definitions

are not ignored.
This commit is contained in:
tron 2003-09-26 06:53:30 +00:00
parent 066b5091f4
commit 1c9e757817
1 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.6 2003/09/23 09:04:41 matt Exp $
# $NetBSD: Makefile,v 1.7 2003/09/26 06:53:30 tron Exp $
PROG= f771
SRCS= ${G_F77_OBJS:.o=.c} main.c
@ -11,8 +11,6 @@ HOST_CPPFLAGS+= -I${GCCARCH} -I${BACKENDOBJ} -DUSE_HCONFIG= \
DPSRCS+= str-${f}.h
.endfor
.include "../Makefile.backend"
fini: fini.c
${HOST_LINK.c} -o $@ $> ${HOSTLIBIBERTY}
CLEANFILES+= fini
@ -31,3 +29,5 @@ main.c: ${DIST}/gcc/main.c
ln -s $> main.c
.PATH: ${DIST}/gcc/f ${DIST}/libiberty ${G_out_file:H}
.include "../Makefile.backend"