mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
echo -> ${ECHO}.
This commit is contained in:
parent
52f07e4286
commit
146fe9aaf2
2 changed files with 4 additions and 4 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.37 1998/09/14 22:49:01 jdp Exp $
|
||||
# $Id: Makefile,v 1.38 1998/10/15 14:15:09 bde Exp $
|
||||
|
||||
PROG = gdb
|
||||
|
||||
|
|
@ -98,7 +98,7 @@ LDADD+= ${LIBIBERTY}
|
|||
# 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
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# $Id: Makefile,v 1.37 1998/09/14 22:49:01 jdp Exp $
|
||||
# $Id: Makefile,v 1.38 1998/10/15 14:15:09 bde Exp $
|
||||
|
||||
PROG = gdb
|
||||
|
||||
|
|
@ -98,7 +98,7 @@ LDADD+= ${LIBIBERTY}
|
|||
# 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