aboutsummaryrefslogtreecommitdiff
path: root/emulators/wine-devel/files/patch-gb
blob: 8ff5b9008257d6e7571e54d5a343c126b1bc7c78 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Index: Makefile.in
===================================================================
RCS file: /home/wine/wine/Makefile.in,v
retrieving revision 1.79
diff -c -3 -p -r1.79 Makefile.in
*** Makefile.in	2000/04/24 17:17:49	1.79
--- Makefile.in	2000/05/29 14:30:26
*************** uninstall_programs: dummy
*** 209,215 ****
  
  install::
  	for i in $(INSTALLSUBDIRS); do (cd $$i && $(MAKE) install) || exit 1; done
- 	-$(LDCONFIG)
  
  uninstall::
  	for i in $(INSTALLSUBDIRS); do (cd $$i && $(MAKE) uninstall) || exit 1; done
--- 209,214 ----