summaryrefslogtreecommitdiffstats
path: root/prepare
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-08-19 07:02:14 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-08-19 07:02:14 +0000
commit13f4a6e3b51cde51c51a06d780b94fbf6eba1cbc (patch)
treecffed140f9095be45e567518bade5a98c55afb8d /prepare
parentcdacf77ffc7bf11cf7007f70c430564617bc6dae (diff)
Remove the $output.in hack, and create a fake charmaps directory
instead.
Diffstat (limited to 'prepare')
-rwxr-xr-xprepare2
1 files changed, 0 insertions, 2 deletions
diff --git a/prepare b/prepare
index 0dcf3660..7e42b30b 100755
--- a/prepare
+++ b/prepare
@@ -8,8 +8,6 @@ am()
return 0
}
-touch '$output.in'
-
if aclocal -I m4 && autoheader && (cd m4 && make -f Makefile.am.in ) \
&& am && autoconf && ./configure $@ && make keymap_defs.h
then