Tuomas Tynkkynen 7194179854 bash: Remove unnecessary 'Makefile.inc' that is keeping reference to bootstrap-tools
The file is an example makefile for developing bash plugins, and
contains stuff like:

````
example:	example.o
	$(SHOBJ_LD) $(SHOBJ_LDFLAGS) $(SHOBJ_XLDFLAGS) -o $@ example.o $(SHOBJ_LIBS)
````

So no package is really going to depend on that, and it's making the
.dev output keep a reference to the bootstrap tools. Just nuke it.
2017-04-26 13:19:51 +03:00
..
2017-02-12 21:37:53 +01:00
2017-01-31 07:54:36 -06:00
2017-02-04 20:58:55 +01:00
2017-04-23 11:01:02 +02:00
2017-04-08 23:34:53 -05:00
2017-01-26 03:52:49 +01:00
2016-12-21 21:21:59 +01:00