[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Patch for install-strip
From: |
Andy Adler |
Subject: |
Patch for install-strip |
Date: |
Fri, 12 Dec 2003 21:27:37 -0500 (EST) |
The following patch to cvs allows make install-strip
to properly install libcruft.so. Otherwise you get
the following error:
$ local/bin/octave
local/bin/octave: error while loading shared libraries: libcruft.so:
cannot open shared object No such file or directory
andy
RCS /cvs/octave/libcruft/Makerules.in,v
retrieving revision 1.30
diff -C5 -r1.30 Makerules.in
*** libcruft/Makerules.in 2003/07/02 22:45:29 1.30
--- libcruft/Makerules.in 2003/12/13 02:25:18
***************
*** 62,71 ****
--- 62,74 ----
$(CRUFT_PICOBJ): stmp-pic
install:: all
.PHONY: install
+ install-strip:: all
+ .PHONY: install-strip
+
uninstall::
.PHONY: uninstall
tags: $(SOURCES)
ctags $(SOURCES)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Patch for install-strip,
Andy Adler <=