29 lines
1.1 KiB
Plaintext
29 lines
1.1 KiB
Plaintext
--- config/XView.lib.orig Tue Jun 29 07:13:20 1993
|
|
+++ config/XView.lib Sun May 23 14:16:14 2010
|
|
@@ -1,12 +1,12 @@
|
|
-/**/##########################################################################
|
|
-/**/# @(#)XView.lib 1.3 07 Jan 1992 SMI
|
|
-/**/# XView.lib for XView release 3.0. Common commands for all library builds.
|
|
+XCOMM #########################################################################
|
|
+XCOMM @(#)XView.lib 1.3 07 Jan 1992 SMI
|
|
+XCOMM XView.lib for XView release 3.0. Common commands for all library builds.
|
|
|
|
#ifdef BandAidCompiler
|
|
#include BandAidCompiler
|
|
#endif
|
|
install::
|
|
- $(MKDIRHIER) $(LIBRARY_DEST)
|
|
+ $(MKDIRHIER) $(DESTDIR)$(LIBRARY_DEST)
|
|
|
|
#if DebugLibXView
|
|
InstallLibraryNoBuild(${LIBTARGET}_d,$(LIBRARY_DEST))
|
|
@@ -29,7 +29,7 @@ InstallSharedLibraryDataNoBuild(${LIBTARGET},${SOREV},
|
|
InstallSharedLibraryNoBuild(${LIBTARGET},${SOREV},$(LIBRARY_DEST))
|
|
#endif
|
|
|
|
-InstallLibraryNoBuild(${LIBTARGET}, $(LIBRARY_DEST))
|
|
+InstallLibraryNoBuild(${LIBTARGET},$(LIBRARY_DEST))
|
|
SubdirLintLibraryBuild(${LIBTARGET},lint)
|
|
InstallLintLibrary(${LIBTARGET},$(LINT_LIBRARY_DEST))
|
|
|