summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAkim Demaille <demaille@gostai.com>2008-09-23 15:00:06 +0200
committerAkim Demaille <demaille@gostai.com>2008-11-15 10:31:05 +0100
commitcd409e3b50c48def3561ac56366d6b45e6d0f6ce (patch)
tree641da52105fabebfda21316a934ebd511afb002c /configure.ac
parent9a1e42148a364910b0a162133c5d1e7683d2d5ae (diff)
downloadbison-cd409e3b50c48def3561ac56366d6b45e6d0f6ce.tar.gz
Remove examples/local.mk.
examples/calc++/Makefile.am might be interesting to keep as is, since it is an example in itself. * examples/Makefile.am: Rename as... * examples/local.mk: this. Adjust. * Makefile.am, configure.ac: Adjust.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 496f6e83..51e0553f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -152,8 +152,7 @@ AC_CONFIG_FILES([Makefile
po/Makefile.in
data/Makefile
etc/Makefile
- examples/Makefile
- examples/calc++/Makefile
+ examples/calc++/Makefile
lib/Makefile src/Makefile
doc/Makefile
doc/yacc.1])