mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fixed some regressions in rev.1.40:
- rev.1.39 was clobbered. - PROG was defined twice, once as nm. - style bugs.
This commit is contained in:
parent
e73c4fe5eb
commit
583393551b
1 changed files with 4 additions and 7 deletions
|
|
@ -1,14 +1,11 @@
|
|||
#
|
||||
# $Id: Makefile,v 1.40 1999/05/02 11:31:54 dfr Exp $
|
||||
#
|
||||
# $Id$
|
||||
|
||||
.include "../Makefile.inc0"
|
||||
|
||||
.PATH: ${SRCDIR}/binutils
|
||||
|
||||
PROG= nm
|
||||
PROG = gdb
|
||||
XSRCS = annotate.c ax-general.c ax-gdb.c bcache.c blockframe.c \
|
||||
PROG= gdb
|
||||
XSRCS= annotate.c ax-general.c ax-gdb.c bcache.c blockframe.c \
|
||||
breakpoint.c buildsym.c c-exp.y c-lang.c c-typeprint.c \
|
||||
c-valprint.c ch-exp.c ch-lang.c ch-typeprint.c ch-valprint.c \
|
||||
coffread.c command.c complaints.c copying.c corefile.c \
|
||||
|
|
@ -77,7 +74,7 @@ CLEANFILES= init.c init.c-tmp
|
|||
# object files that will be linked into gdb.
|
||||
|
||||
init.c: ${XSRCS}
|
||||
@echo Making ${.TARGET}
|
||||
@${ECHO} Making ${.TARGET}
|
||||
@rm -f init.c-tmp
|
||||
@echo '/* Do not modify this file. */' >init.c-tmp
|
||||
@echo '/* It is created automatically by the Makefile. */'>>init.c-tmp
|
||||
|
|
|
|||
Loading…
Reference in a new issue