Remove .rej file included in the upstream tarball before patching

This commit is contained in:
Hamish Moffatt 2008-11-10 23:50:57 +00:00
parent da6f419424
commit 3a0052c506
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ libpcap-source: $(DL_DIR)/$(LIBPCAP_SOURCE)
$(LIBPCAP_DIR)/.unpacked: $(DL_DIR)/$(LIBPCAP_SOURCE)
$(LIBPCAP_CAT) $(DL_DIR)/$(LIBPCAP_SOURCE) | tar -C $(BUILD_DIR) $(TAR_OPTIONS) -
rm -f $(LIBPCAP_DIR)/gencode.c.rej
toolchain/patch-kernel.sh $(LIBPCAP_DIR) package/libpcap/ \*.patch
$(CONFIG_UPDATE) $(LIBPCAP_DIR)
touch $@