Curlies only work in target and sources specifications, but
not when passed to Bourne shell. This unbreaks "make clean".
This commit is contained in:
parent
2a444f81a0
commit
201cef5702
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user