summaryrefslogtreecommitdiff
path: root/packages/setpwc/files/Makefile.patch
blob: 257f90a1ac94debbf762a7a8a9d43f5e36a148ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
*** setpwc-0.9/Makefile.orig	2005-07-26 09:16:09.000000000 +0930
--- setpwc-0.9/Makefile	2005-07-26 09:16:18.000000000 +0930
***************
*** 22,30 ****
  
  setpwc: $(OBJS)
  	$(CC) -Wall -W $(OBJS) $(LDFLAGS) -o setpwc
- 	strip setpwc
- 	echo
- 	echo Oh, blatant plug: http://keetweej.vanheusden.com/wishlist.html
  
  install: setpwc
  	cp setpwc /usr/bin
--- 22,27 ----