From 2e2bd36810607aff604d0ededf8d9e3d5bcfec22 Mon Sep 17 00:00:00 2001 From: ru Date: Sun, 24 Oct 2004 07:54:44 +0000 Subject: [PATCH] Curlies only work in target and sources specifications, but not when passed to Bourne shell. This unbreaks "make clean". --- sys/modules/aic7xxx/ahc/Makefile | 2 +- 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 34a47f52f840..66780d8ccaad 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 7744a7d75b91..9e97621b4780 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