summarylogtreecommitdiffstats
path: root/skip-clean.patch
blob: 7848822bedfc049b076af85da661cbb53ea8a7b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ BINDIR = $(PREFIX)/bin
 MANDIR = $(PREFIX)/share/man
 
 all: clean kirc
-install: all
+install:
 	mkdir -p $(DESTDIR)$(BINDIR)
 	mkdir -p $(DESTDIR)$(MANDIR)/man1
 	cp -f kirc $(DESTDIR)$(BINDIR)