mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
* 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…
x
Reference in New Issue
Block a user