summaryrefslogtreecommitdiff
path: root/x11-toolkits/xview/files/patch-ca
blob: 9e89ac109aa9cdf0f9af97288f1886cec76d8e64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
*** config/Imakefile.orig	Tue Jun 29 00:13:19 1993
--- config/Imakefile	Thu Jan 21 16:39:50 1999
***************
*** 8,17 ****
  /**/# config directory
  /**/# @(#)Imakefile	1.9 28 Jun 1993 SMI
  
! XVFILES = XView.cf XView.lib XView.obj XView.rules XView.tmpl library.tmpl
  CFFILES = $(XVFILES) $(HEADERS)
  
  InstallMultipleDestFlags(install,$(CFFILES),$(CONFIGDIR),$(INSTDATFLAGS))
  
  depend::
  
--- 8,20 ----
  /**/# config directory
  /**/# @(#)Imakefile	1.9 28 Jun 1993 SMI
  
! #XVFILES = XView.cf XView.lib XView.obj XView.rules XView.tmpl library.tmpl
! XVFILES = XView.cf XView.lib XView.obj XView.rules XView.tmpl XView.prog
  CFFILES = $(XVFILES) $(HEADERS)
  
  InstallMultipleDestFlags(install,$(CFFILES),$(CONFIGDIR),$(INSTDATFLAGS))
+ 
+ all::
  
  depend::