Curlies only work in target and sources specifications, but

not when passed to Bourne shell.  This unbreaks "make clean".
This commit is contained in:
Ruslan Ermilov 2004-10-24 07:54:44 +00:00
parent 2a444f81a0
commit 201cef5702
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136854
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
KMOD= ahc
SUBDIR= ahc_eisa ahc_isa ahc_pci
GENSRCS= aic7xxx_{seq,reg}.h
GENSRCS= aic7xxx_seq.h aic7xxx_reg.h
AHC_REG_PRETTY_PRINT=1
REG_PRINT_OPT=
.ifdef AHC_REG_PRETTY_PRINT

View File

@ -4,7 +4,7 @@
.PATH: ${.CURDIR}/../../../dev/aic7xxx
KMOD= ahd
GENSRCS= aic79xx_{seq,reg}.h
GENSRCS= aic79xx_seq.h aic79xx_reg.h
REG_PRINT_OPT=
AHD_REG_PRETTY_PRINT=1
.ifdef AHD_REG_PRETTY_PRINT