diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2015-02-11 15:44:15 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2015-02-11 15:44:15 -0500 |
commit | 691df3c5c399899a9fd6624f6148883cc20fa18a (patch) | |
tree | f15e27dc578e665f9d436da1b75de8f737f631b6 /Makefile.am | |
parent | ff78357e5505d52f025b2f2d04420a90bf2e7699 (diff) |
rule_generator: remove legacy code
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index 509447ac0c..46c376b5d9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -12,8 +12,3 @@ if ENABLE_MANPAGES SUBDIRS += \ man endif - -if ENABLE_RULE_GENERATOR -SUBDIRS += \ - rule_generator -endif |