blob: ffcd2cac7cdd50a8548ca2380f828b58a9257383 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- lib/font/stubs/Imakefile.orig Thu Jul 27 17:02:54 2000
+++ lib/font/stubs/Imakefile Thu Jul 27 17:03:24 2000
@@ -18,7 +18,9 @@
NormalLibraryObjectRule()
NormalLibraryTarget(fntstubs,$(OBJS))
LintLibraryTarget(fntstubs,$(SRCS))
+#if !defined(LibInstall) || LibInstall
InstallLibrary(fntstubs,$(USRLIBDIR))
+#endif
NormalLintTarget($(SRCS))
DependTarget()
|