diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-06-30 11:23:22 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-06-30 11:23:22 +0200 |
commit | f63b5c5cbc8f5a9dd32f7cf5010187f8ae24206a (patch) | |
tree | 984593f516c7dfd1bc9c59f0b4e8785da0bcce79 | |
parent | 937cbdb579820aa1dd0526682df1ea98a34168c5 (diff) |
distclean the generated bin/bffvalidator.sh
Change-Id: I3ea4f0682250ddb475c66a9782194177e6ae7586
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 2fb1f5f3812a..ef56bee86cf4 100644 --- a/Makefile.in +++ b/Makefile.in @@ -183,6 +183,7 @@ distclean : clean compilerplugins-clean $(BUILDDIR)/Makefile \ $(BUILDDIR)/aclocal.m4 \ $(BUILDDIR)/autom4te.cache \ + $(BUILDDIR)/bin/bffvalidator.sh \ $(BUILDDIR)/config.log \ $(BUILDDIR)/config.Build.log \ $(BUILDDIR)/config.status \ |