diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-03-08 08:02:54 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2011-06-15 20:55:08 -0400 |
commit | 7899a1f4745c8d111dab4dd3abc2b59b40ecdcbc (patch) | |
tree | b0894ae9e78e62eef4ed9dedb5a3eee7e1055f62 /Makefile.am | |
parent | 137418c63d01d5db0dcaed257d7a26865efa53ae (diff) |
config: let Automake handle Yacc dist and cleaning
BUILT_SOURCES and MAINTAINERCLEANFILES are already handled by Automake.
Automake generates all the rules to handle building,
distribution and cleaning.
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 9a41b88..6e6dfef 100644 --- a/Makefile.am +++ b/Makefile.am @@ -59,10 +59,7 @@ xkbcomp_SOURCES = \ xkbpath.h \ xkbscan.c - -BUILT_SOURCES = xkbparse.c MAINTAINERCLEANFILES = ChangeLog INSTALL -MAINTAINERCLEANFILES += $(BUILT_SOURCES) .PHONY: ChangeLog INSTALL |