build: remove wonky auto top-level convenience targets
commit3577603701938f8d23fd30c147fa47a2a5dc2242
authorCory Fields <cory-nospam-@coryfields.com>
Tue, 18 Apr 2017 23:12:17 +0000 (18 19:12 -0400)
committerCory Fields <cory-nospam-@coryfields.com>
Tue, 18 Apr 2017 23:12:20 +0000 (18 19:12 -0400)
tree7fdb962fb7581baba23f1ce8987a9c793dc559a6
parent9111df9673beb6d6616d491a5478f09b5f14d040
build: remove wonky auto top-level convenience targets

These were meant to help build subdir targets from the top builddir, but cause
infinite recursion when going the other way.

If anyone actually uses these, we can add back specific targets.
Makefile.am