diff options
author | ru <ru@FreeBSD.org> | 2004-10-24 07:54:44 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-10-24 07:54:44 +0000 |
commit | 2e2bd36810607aff604d0ededf8d9e3d5bcfec22 (patch) | |
tree | 0b33ce969025afa915f084751db2f2c70321c13c /sys/modules/aic7xxx | |
parent | 63406cbbf626cf838c5a86ef6ca9df1d84fbb025 (diff) | |
download | FreeBSD-src-2e2bd36810607aff604d0ededf8d9e3d5bcfec22.zip FreeBSD-src-2e2bd36810607aff604d0ededf8d9e3d5bcfec22.tar.gz |
Curlies only work in target and sources specifications, but
not when passed to Bourne shell. This unbreaks "make clean".
Diffstat (limited to 'sys/modules/aic7xxx')
-rw-r--r-- | sys/modules/aic7xxx/ahc/Makefile | 2 | ||||
-rw-r--r-- | sys/modules/aic7xxx/ahd/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys/modules/aic7xxx/ahc/Makefile b/sys/modules/aic7xxx/ahc/Makefile index 34a47f5..66780d8 100644 --- a/sys/modules/aic7xxx/ahc/Makefile +++ b/sys/modules/aic7xxx/ahc/Makefile @@ -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 diff --git a/sys/modules/aic7xxx/ahd/Makefile b/sys/modules/aic7xxx/ahd/Makefile index 7744a7d..9e97621 100644 --- a/sys/modules/aic7xxx/ahd/Makefile +++ b/sys/modules/aic7xxx/ahd/Makefile @@ -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 |