diff options
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 2633d5e..2d48833 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -68,7 +68,7 @@ twm_SOURCES = \ BUILT_SOURCES = gram.h deftwmrc.c deftwmrc.c: system.twmrc - $(AM_V_GEN)rm -f $@ ; \ + $(AM_V_at)rm -f $@ ; \ echo '/* ' >>$@ ; \ echo ' * This file is generated automatically from the default' >>$@ ; \ echo ' * twm bindings file system.twmrc by the twm Makefile.' >>$@ ; \ |