f3cbb56810
Cleaned up so that lib depends on config:build, and lndir it instead of mucking with the source dir. All patches put into config/patches, separated and renamed (yes, this is a LARGE fucker). Fake xview/clients to come. Currently installs under /usr/X11R6, some more patches to X needed to fix that.
21 lines
650 B
Plaintext
21 lines
650 B
Plaintext
--- config/XView.lib.orig Tue Jun 29 07:13:20 1993
|
|
+++ config/XView.lib Sun Apr 2 16:03:06 2000
|
|
@@ -6,7 +6,7 @@
|
|
#include BandAidCompiler
|
|
#endif
|
|
install::
|
|
- $(MKDIRHIER) $(LIBRARY_DEST)
|
|
+ $(MKDIRHIER) $(DESTDIR)$(LIBRARY_DEST)
|
|
|
|
#if DebugLibXView
|
|
InstallLibraryNoBuild(${LIBTARGET}_d,$(LIBRARY_DEST))
|
|
@@ -29,7 +29,7 @@ InstallSharedLibraryDataNoBuild(${LIBTAR
|
|
InstallSharedLibraryNoBuild(${LIBTARGET},${SOREV},$(LIBRARY_DEST))
|
|
#endif
|
|
|
|
-InstallLibraryNoBuild(${LIBTARGET}, $(LIBRARY_DEST))
|
|
+InstallLibraryNoBuild(${LIBTARGET},$(LIBRARY_DEST))
|
|
SubdirLintLibraryBuild(${LIBTARGET},lint)
|
|
InstallLintLibrary(${LIBTARGET},$(LINT_LIBRARY_DEST))
|
|
|