X-Git-Url: https://git.distorted.org.uk/~mdw/sod/blobdiff_plain/b5d086c2894c492e17391b17f2600de83206a7b6..1a93d254557901b878e962129242ae6a56f72106:/lib/Makefile.am diff --git a/lib/Makefile.am b/lib/Makefile.am index 0e4c4fc..fa28adc 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -50,7 +50,7 @@ nodist_pkginclude_HEADERS+= sod-base.h BUILT_SOURCES += $(nodist_libsod_la_SOURCES) \ $(nodist_pkginclude_HEADERS) -sod-base.c: $(SOD); $(SOD) -tc --builtin -sod-base.h: $(SOD); $(SOD) -th --builtin +sod-base.c: $(SOD); $(V_SOD_c)$(SOD) -tc --builtin +sod-base.h: $(SOD); $(V_SOD_h)$(SOD) -th --builtin ###----- That's all, folks --------------------------------------------------