From 0825cbd52912ef62940ccb503a6e943318b67e50 Mon Sep 17 00:00:00 2001 From: bde Date: Mon, 29 Dec 2003 09:15:48 +0000 Subject: Use double quotes instead of single quotes for echos to build options headers as in most other modules Makefiles (5 yesterday, none now). Fixed any simple nearby style bugs (not many). --- sys/modules/acpi/acpi/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/acpi') diff --git a/sys/modules/acpi/acpi/Makefile b/sys/modules/acpi/acpi/Makefile index 0051715..19e36e1 100644 --- a/sys/modules/acpi/acpi/Makefile +++ b/sys/modules/acpi/acpi/Makefile @@ -59,7 +59,7 @@ SRCS+= dbinput.c dbstats.c dbutils.c dbxface.c SRCS+= dmbuffer.c dmnames.c dmopcode.c dmobject.c dmresrc.c dmresrcl.c SRCS+= dmresrcs.c dmutils.c dmwalk.c opt_ddb.h: Makefile - echo '#define DDB 1' > ${.TARGET} + echo "#define DDB 1" > ${.TARGET} .else opt_ddb.h: Makefile echo -n > ${.TARGET} -- cgit v1.1