diff options
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 0a32a67..afe61ab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -70,7 +70,7 @@ version.c: $(wolfutil_OBJECTS) $(wolfutil_DEPENDENCIES) "$(PACKAGE_VERSION_GIT)" >version.c .xcf.png: - $(XCF2PNG) -f -o $@ $< + $(AM_V_GEN)$(XCF2PNG) -f -o $@ $< uninstall-hook: for dir in '$(DESTDIR)$(gamesdir)'; do \ |