Line 0
Link Here
|
|
|
1 |
--- libcharset/Makefile.in.orig Mon May 21 23:48:37 2001 |
2 |
+++ libcharset/Makefile.in Sat Apr 6 21:25:39 2002 |
3 |
@@ -38,7 +38,7 @@ |
4 |
# Installs the library and include files only. Typically called with only |
5 |
# $(libdir) and $(includedir) - don't use $(prefix) and $(exec_prefix) here. |
6 |
install-lib : all force |
7 |
- cd lib && $(MAKE) install-lib libdir='$(libdir)' includedir='$(includedir)' |
8 |
+ cd lib && $(MAKE) install-lib libdir='$(libdir)' includedir='$(includedir)' sysconfdir='$(sysconfdir)' |
9 |
$(MKINSTALLDIRS) $(includedir) |
10 |
$(INSTALL_DATA) include/libcharset.h $(includedir)/libcharset.h |
11 |
|