Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
Merge pull request #278 from sknsean/kexec
Browse files Browse the repository at this point in the history
kexec-tools: distclean no longer removes config.h.in
  • Loading branch information
kimrhh committed Feb 11, 2016
2 parents 38aaeb3 + 81efcfb commit f829039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/kexec-tools/kexec-tools-2.0.10/autotools.patch
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
dist-clean: clean
$(RM) -f config.log config.status config.cache Makefile include/config.h
- $(RM) -f include/config.h.in configure $(SPEC)
+ $(RM) -f include/config.h.in $(SPEC)
+ $(RM) -f $(SPEC)
$(RM) -rf autom4te.cache

install: $(TARGETS)

0 comments on commit f829039

Please sign in to comment.