Skip to content

Commit a168e87

Browse files
committed
build: Add silent rule support for test.h generation
Use the generic automake silent prefix macros for this file.
1 parent c150e77 commit a168e87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ bin_PROGRAMS = dlist_test get_device get_driver get_module testlibsysfs
22
BUILT_SOURCES = test.h
33
CLEANFILES = test.h
44
test.h: libsysfs.conf create-test
5-
./create-test
5+
$(AM_V_GEN) ./create-test
66
get_device_SOURCES = get_device.c
77
get_driver_SOURCES = get_driver.c
88
get_module_SOURCES = get_module.c

0 commit comments

Comments
 (0)