File: fix_makefile.patch

package info (click to toggle)
libargs 6.4.1-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,212 kB
  • sloc: cpp: 15,120; makefile: 56; sh: 19; python: 12
file content (15 lines) | stat: -rw-r--r-- 395 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Author: Andreas Tille <tille@debian.org>
Last-Update: Thu, 04 Jun 2020 10:49:10 +0200
Description: Fix clean target in Makefile

--- a/Makefile
+++ b/Makefile
@@ -43,7 +43,7 @@ installman: doc/man
 	cp doc/man/man3/*.3.bz2 $(DESTDIR)/share/man/man3
 
 clean:
-	rm -rv $(EXECUTABLE) $(OBJECTS) $(DEPENDENCIES) doc
+	rm -rfv $(EXECUTABLE) $(OBJECTS) $(DEPENDENCIES) doc
 
 pages:
 	-rm -r pages/*