aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThomas Heijligen <thomas.heijligen@secunet.com>2021-11-10 21:35:22 +0100
committerNico Huber <nico.h@gmx.de>2022-01-20 17:13:02 +0000
commit5df3a33db51fbad531a7a2b6c047863586ac9c42 (patch)
tree274f115ce92cbcf0513500458fdb84a6cda96d7a /Makefile
parent45e18ee505b897e0f76871a976e8c42e1bad1e78 (diff)
downloadflashrom-5df3a33db51fbad531a7a2b6c047863586ac9c42.tar.gz
flashrom-5df3a33db51fbad531a7a2b6c047863586ac9c42.tar.bz2
flashrom-5df3a33db51fbad531a7a2b6c047863586ac9c42.zip
Makefile: remove obsolete distclean target
distclean removes .libdeps which does not exist anymore Change-Id: I7d5717b99bf44a610a77177662c208da7f58c9e7 Signed-off-by: Thomas Heijligen <thomas.heijligen@secunet.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/59233 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index ec8956ae..d4de2fff 100644
--- a/Makefile
+++ b/Makefile
@@ -987,9 +987,6 @@ clean:
rm -f $(PROGRAM) $(PROGRAM).exe libflashrom.a $(filter-out Makefile.d, $(wildcard *.d *.o)) $(PROGRAM).8 $(PROGRAM).8.html $(BUILD_DETAILS_FILE)
@+$(MAKE) -C util/ich_descriptors_tool/ clean
-distclean: clean
- rm -f .libdeps
-
install: $(PROGRAM)$(EXEC_SUFFIX) $(PROGRAM).8
mkdir -p $(DESTDIR)$(PREFIX)/sbin
mkdir -p $(DESTDIR)$(MANDIR)/man8