File: 30-Makefile-distclean-target.patch

package info (click to toggle)
aggregate 1.6-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 212 kB
  • sloc: ansic: 641; sh: 153; makefile: 134; perl: 24
file content (22 lines) | stat: -rw-r--r-- 478 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
From: "erik@debian.org" <erik@debian.org>
Date: Tue, 28 Jan 2025 03:09:14 +0100
Subject: Makefile.in distclean target

---
 Makefile.in | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/Makefile.in b/Makefile.in
index 13f5df8..51be9a2 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -42,6 +42,9 @@ all: $(PROGS)
 clean:
 	rm -f $(PROGS) $(OBJS)
 
+distclean: clean
+	rm -f Makefile config.* autom4te*
+
 install: $(PROGS)
 	mkdir -p $(PREFIX)/bin/
 	mkdir -p $(MANDIR)/man1/