Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2008-04-25 21:22:31 +0400
committerCorinna Vinschen <corinna@vinschen.de>2008-04-25 21:22:31 +0400
commit2be644f28088af3fbfd83f20bb83ceefc16a3307 (patch)
tree91eb9e1857cdae91eccfe8cbb36413f354223eb4 /winsup/cygwin
parent2c84756d5dce4cd2e8e666f39f11b974bf89964d (diff)
* Makefile.in (install): Drop install rules for postinstall script.
Diffstat (limited to 'winsup/cygwin')
-rw-r--r--winsup/cygwin/ChangeLog4
-rw-r--r--winsup/cygwin/Makefile.in2
2 files changed, 4 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index cb2828973..dd4032e4a 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,9 @@
2008-04-25 Corinna Vinschen <corinna@vinschen.de>
+ * Makefile.in (install): Drop install rules for postinstall script.
+
+2008-04-25 Corinna Vinschen <corinna@vinschen.de>
+
* postinstall: Remove (Moved to base-cygwin package).
2008-04-25 Corinna Vinschen <corinna@vinschen.de>
diff --git a/winsup/cygwin/Makefile.in b/winsup/cygwin/Makefile.in
index 88b7cfa13..478c681f6 100644
--- a/winsup/cygwin/Makefile.in
+++ b/winsup/cygwin/Makefile.in
@@ -299,8 +299,6 @@ force:
install: install-libs install-headers install-man install_target \
$(install_host) $(install_target)
- @$(MKDIRP) $(sysconfdir)/postinstall
- $(INSTALL_PROGRAM) $(srcdir)/postinstall $(sysconfdir)/postinstall/000-cygwin-post-install.sh
uninstall: uninstall-libs uninstall-headers uninstall-man