blob: 66c6d1d8dfbac47d379afe1fe5d801598afa2705 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
--- lib/font/stubs/Imakefile.orig Wed Dec 20 13:32:01 2000
+++ lib/font/stubs/Imakefile Wed Dec 20 13:32:29 2000
@@ -18,7 +18,9 @@
NormalLibraryObjectRule()
NormalLibraryTarget(fntstubs,$(OBJS))
LintLibraryTarget(fntstubs,$(SRCS))
+# if !defined(LibInstall) || LibInstall
InstallLibrary(fntstubs,$(USRLIBDIR))
+# endif /* LibInstall */
NormalLintTarget($(SRCS))
DependTarget()
|