* Makefile.in: Replace etcdir with sysconfdir.
This commit is contained in:
		| @@ -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; \ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user