mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7b804361b0
applications. Call xmhelp for an example and introduction. Submitted by: Lars Koeller <Lars.Koeller@Uni-Bielefeld.de>
23 lines
488 B
Plaintext
23 lines
488 B
Plaintext
diff -cb ../../../libhelp-1.8.1/libhtmlw/Imakefile libhtmlw/Imakefile
|
|
*** ../../../libhelp-1.8.1/libhtmlw/Imakefile Sat May 27 13:06:58 1995
|
|
--- libhtmlw/Imakefile Mon Oct 20 21:18:03 1997
|
|
***************
|
|
*** 35,44 ****
|
|
HTMLlists.o HTMLparse.o HTMLwidgets.o
|
|
|
|
NormalLibraryTarget(htmlw,$(OBJS))
|
|
! DependTarget()
|
|
!
|
|
!
|
|
!
|
|
!
|
|
!
|
|
|
|
--- 35,40 ----
|
|
HTMLlists.o HTMLparse.o HTMLwidgets.o
|
|
|
|
NormalLibraryTarget(htmlw,$(OBJS))
|
|
! InstallLibrary(htmlw,$(USRLIBDIR))
|
|
|
|
+ DependTarget()
|