File: 0012-Add-PHONY-target.patch

package info (click to toggle)
unrar-nonfree 1%3A7.1.10-3
  • links: PTS, VCS
  • area: non-free
  • in suites:
  • size: 1,956 kB
  • sloc: cpp: 26,396; makefile: 712; sh: 11
file content (23 lines) | stat: -rw-r--r-- 586 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: YOKOTA Hiroshi <yokota.hgml@gmail.com>
Date: Wed, 16 Mar 2022 23:04:06 +0900
Subject: Add PHONY target

Forwarded: not-needed
---
 makefile | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/makefile b/makefile
index faab6b5..bf64859 100644
--- a/makefile
+++ b/makefile
@@ -33,6 +33,9 @@ OBJECTS=rar.o strlist.o strfn.o pathfn.o smallfn.o global.o file.o filefn.o filc
 .cpp.o:
 	$(COMPILE) -D$(WHAT) -c $<
 
+.PHONY: all install uninstall clean distclean sfx lib static-lib \
+	install-unrar uninstall-unrar install-lib uninstall-lib
+
 all:	unrar
 
 install:	install-unrar