We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c150e77 commit a168e87Copy full SHA for a168e87
1 file changed
test/Makefile.am
@@ -2,7 +2,7 @@ bin_PROGRAMS = dlist_test get_device get_driver get_module testlibsysfs
2
BUILT_SOURCES = test.h
3
CLEANFILES = test.h
4
test.h: libsysfs.conf create-test
5
- ./create-test
+ $(AM_V_GEN) ./create-test
6
get_device_SOURCES = get_device.c
7
get_driver_SOURCES = get_driver.c
8
get_module_SOURCES = get_module.c
0 commit comments