|
From: <sv...@va...> - 2009-06-15 06:12:24
|
Author: njn Date: 2009-06-15 07:10:41 +0100 (Mon, 15 Jun 2009) New Revision: 10331 Log: Remove useless install hook -- this runs after the normal rules, by which time the directory has certainly been made. Modified: branches/BUILD_TWEAKS/Makefile.am Modified: branches/BUILD_TWEAKS/Makefile.am =================================================================== --- branches/BUILD_TWEAKS/Makefile.am 2009-06-15 06:07:55 UTC (rev 10330) +++ branches/BUILD_TWEAKS/Makefile.am 2009-06-15 06:10:41 UTC (rev 10331) @@ -100,9 +100,6 @@ $(vex_primary_sources) \ vg-in-place -install-exec-hook: - $(mkinstalldirs) $(DESTDIR)$(valdir) - all-local: default.supp mkdir -p $(inplacedir) rm -f $(inplacedir)/default.supp |