Remove FALLBACK_OBJS during clean as well.

Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
Peter Jones 2013-06-10 17:34:55 -04:00
parent acf2e8ed1a
commit 1de10962e7

View File

@ -102,8 +102,8 @@ Cryptlib/OpenSSL/libopenssl.a:
clean: clean:
$(MAKE) -C Cryptlib clean $(MAKE) -C Cryptlib clean
$(MAKE) -C Cryptlib/OpenSSL clean $(MAKE) -C Cryptlib/OpenSSL clean
rm -rf $(TARGET) $(OBJS) $(MOK_OBJS) $(KEYS) certdb rm -rf $(TARGET) $(OBJS) $(MOK_OBJS) $(FALLBACK_OBJS) $(KEYS) certdb
rm -f *.debug *.so rm -f *.debug *.so *.efi
GITTAG = $(VERSION) GITTAG = $(VERSION)