]> sourceware.org Git - newlib-cygwin.git/commitdiff
Cygwin: Remove autoconf variable INSTALL_LICENSE
authorJon Turney <jon.turney@dronecode.org.uk>
Wed, 7 Oct 2020 12:59:45 +0000 (13:59 +0100)
committerJon Turney <jon.turney@dronecode.org.uk>
Wed, 14 Oct 2020 14:04:22 +0000 (15:04 +0100)
Remove autoconf variable INSTALL_LICENSE, which has a constant value
which is only used once.

winsup/Makefile.in
winsup/configure
winsup/configure.ac

index 148d985315e15379a65fae91d9ce423d39505cdf..dc1c044445721e1368ee7868e15798312089a09d 100644 (file)
@@ -44,8 +44,6 @@ SUBDIRS=@subdirs@
 INSTALL_SUBDIRS=${patsubst %,install_%,$(SUBDIRS)}
 CLEAN_SUBDIRS=${patsubst %,clean_%,$(SUBDIRS)}
 
-INSTALL_LICENSE:=@INSTALL_LICENSE@
-
 .PHONY: all install clean distclean all-info info install-info install-license check \
        $(SUBDIRS) $(INSTALL_SUBDIRS) $(CLEAN_SUBDIRS)
 
@@ -67,7 +65,7 @@ install-license: CYGWIN_LICENSE COPYING
          ${INSTALL} $$i $(DESTDIR)$(prefix)/share/doc/Cygwin ; \
        done
 
-install: Makefile $(INSTALL_LICENSE) $(INSTALL_SUBDIRS)
+install: Makefile install-license $(INSTALL_SUBDIRS)
 
 clean distclean: $(CLEAN_SUBDIRS)
 
index cb83c7cb7ea49a484fa1605ce5a17bfbe4924fbd..e70b27783531c3104ace6af714b38a02b2fa6b3a 100755 (executable)
@@ -589,7 +589,6 @@ ac_no_link=no
 enable_option_checking=no
 ac_subst_vars='LTLIBOBJS
 LIBOBJS
-INSTALL_LICENSE
 subdirs
 cygwin_headers
 newlib_headers
@@ -3453,10 +3452,6 @@ if test "x$with_cross_bootstrap" != "xyes"; then
 
 fi
 
-INSTALL_LICENSE="install-license"
-
-
-
 ac_config_files="$ac_config_files Makefile"
 
 cat >confcache <<\_ACEOF
index e917ee1c5dee12ccf1f0a440ba6bb5fba0424a51..13f8883eb452d26c6c20d045cb8ad70418bad9d8 100644 (file)
@@ -39,9 +39,5 @@ if test "x$with_cross_bootstrap" != "xyes"; then
     AC_CONFIG_SUBDIRS([utils])
 fi
 
-INSTALL_LICENSE="install-license"
-
-AC_SUBST(INSTALL_LICENSE)
-
 AC_CONFIG_FILES([Makefile])
 AC_OUTPUT
This page took 0.042878 seconds and 5 git commands to generate.