* Makefile.in: Replace etcdir with sysconfdir.
This commit is contained in:
parent
05ee4328f2
commit
3d7e89f8a2
|
@ -1,3 +1,7 @@
|
|||
2006-01-17 Corinna Vinschen <corinna@vinschen.de>
|
||||
|
||||
* Makefile.in: Replace etcdir with sysconfdir.
|
||||
|
||||
2006-01-13 Brian Dessent <brian@dessent.net>
|
||||
|
||||
* Makefile.in (cygcheck.exe): Do not link against libwininet.a.
|
||||
|
|
|
@ -15,7 +15,7 @@ prefix:=@prefix@
|
|||
exec_prefix:=@exec_prefix@
|
||||
|
||||
bindir:=@bindir@
|
||||
etcdir:=$(exec_prefix)/etc
|
||||
sysconfdir:=@sysconfdir@
|
||||
program_transform_name:=@program_transform_name@
|
||||
|
||||
override INSTALL:=@INSTALL@
|
||||
|
@ -181,7 +181,7 @@ realclean: clean
|
|||
rm -f Makefile config.cache
|
||||
|
||||
install: all
|
||||
$(SHELL) $(updir1)/mkinstalldirs $(bindir) $(etcdir)
|
||||
$(SHELL) $(updir1)/mkinstalldirs $(bindir) $(sysconfdir)
|
||||
for i in $(PROGS) ; do \
|
||||
n=`echo $$i | sed '$(program_transform_name)'`; \
|
||||
$(INSTALL_PROGRAM) $$i $(bindir)/$$n; \
|
||||
|
|
Loading…
Reference in New Issue