32620295b0
- Add HOMEPAGE - Bump NEED_VERSION
12 lines
308 B
Plaintext
12 lines
308 B
Plaintext
--- Runtime/Makefile.in.orig Fri Aug 18 01:33:44 2000
|
|
+++ Runtime/Makefile.in Fri Aug 18 01:34:18 2000
|
|
@@ -25,7 +25,7 @@
|
|
@for i in $(LIBS); \
|
|
do \
|
|
if [ -f $$i ]; then \
|
|
- $(LIBTOOL) install -c $$i $(LIB_DIR)/$$i; \
|
|
+ $(LIBTOOL) install -c $$i $(DESTDIR)$(LIB_DIR)/$$i; \
|
|
fi; \
|
|
done;
|
|
|