$NetBSD: patch-ac,v 1.1.1.1 1999/01/22 06:27:04 mellon Exp $

diff -rc2 --exclude Makefile --exclude *.o --exclude Makefile.bak XmHTML-1.1.5/http/Imakefile XmHTML-1.1.5-hacked/http/Imakefile
*** XmHTML-1.1.5/http/Imakefile	Fri Jan 16 20:56:33 1998
--- XmHTML-1.1.5-hacked/http/Imakefile	Thu Jan 21 16:27:32 1999
***************
*** 82,87 ****
  OBJS = HTTP.o cookie.o
  
- INSTALLFLAGS = $(INSTINCFLAGS)
- 
  #define DoSharedLib SharedLibXmHTML
  #define DoNormalLib NormalLibXmHTML
--- 82,85 ----
***************
*** 175,179 ****
  
  XCOMM rule to install header files
! InstallMultiple($(HEADERS),$(HTTPINCDIR))
  
  DependTarget()
--- 173,177 ----
  
  XCOMM rule to install header files
! InstallMultipleFlags($(HEADERS),$(HTTPINCDIR),$(INSTINCFLAGS))
  
  DependTarget()
diff -rc2 --exclude Makefile --exclude *.o --exclude Makefile.bak XmHTML-1.1.5/src/Imakefile XmHTML-1.1.5-hacked/src/Imakefile
*** XmHTML-1.1.5/src/Imakefile	Thu Jan 21 16:28:56 1999
--- XmHTML-1.1.5-hacked/src/Imakefile	Thu Jan 21 16:26:25 1999
***************
*** 160,167 ****
  SRCS = $(BASESRCS) $(GENSRCS) $(EXTRASRC) $(DEBSRC)
  OBJS = $(BASEOBJS) $(GENOBJS) $(EXTRAOBJ) $(DEBOBJ)
  
- INSTALLFLAGS = $(INSTINCFLAGS)
- 
  #define DoSharedLib SharedLibXmHTML
  #define DoNormalLib NormalLibXmHTML
  #define DoDebugLib  DebugLibXmHTML
--- 160,165 ----
***************
*** 309,313 ****
  
  XCOMM rule to install header files
! InstallMultiple($(INSTHDRS),$(XMHTMLINCDIR))
  
  depend:: $(SRCS)
--- 309,313 ----
  
  XCOMM rule to install header files
! InstallMultipleFlags($(HEADERS),$(XMHTMLINCDIR),$(INSTINCFLAGS))
  
  depend:: $(SRCS)
