summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 7462c7f..9afdd73 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -63,14 +63,14 @@ twm_SOURCES = \
BUILT_SOURCES = gram.h deftwmrc.c
deftwmrc.c: system.twmrc
- $(RM) $@
+ rm -f $@
echo '/* ' >>$@
echo ' * This file is generated automatically from the default' >>$@
echo ' * twm bindings file system.twmrc by the twm Imakefile.' >>$@
echo ' */' >>$@
echo '' >>$@
echo 'char *defTwmrc[] = {' >>$@
- sed -f deftwmrc.sed <system.twmrc >>$@
+ sed -f ${srcdir}/deftwmrc.sed < ${srcdir}/system.twmrc >>$@
echo ' (char *) 0 };' >>$@
EXTRA_DIST = system.twmrc deftwmrc.sed siconify.bm