Skip to content
Commit 71941798 authored by Tuomas Tynkkynen's avatar Tuomas Tynkkynen
Browse files

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.
parent 7c859a4b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment