diff options
Diffstat (limited to 'x11-toolkits/wxgtk26/files/patch-contrib-src-stc-Makefile.in')
-rw-r--r-- | x11-toolkits/wxgtk26/files/patch-contrib-src-stc-Makefile.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-toolkits/wxgtk26/files/patch-contrib-src-stc-Makefile.in b/x11-toolkits/wxgtk26/files/patch-contrib-src-stc-Makefile.in index 5053151bf229..c41d5cbfec19 100644 --- a/x11-toolkits/wxgtk26/files/patch-contrib-src-stc-Makefile.in +++ b/x11-toolkits/wxgtk26/files/patch-contrib-src-stc-Makefile.in @@ -1,11 +1,11 @@ ---- contrib/src/stc/Makefile.in.orig Sun Jun 27 21:36:48 2004 -+++ contrib/src/stc/Makefile.in Sun Jun 27 21:36:56 2004 -@@ -286,6 +286,8 @@ +--- contrib/src/stc/Makefile.in.orig Sun Oct 10 22:18:53 2004 ++++ contrib/src/stc/Makefile.in Wed Nov 24 21:41:31 2004 +@@ -310,6 +310,8 @@ all: $(__stcdll___depname) $(__stclib___depname) install: all $(__install_stcdll___depname) $(__install_stclib___depname) + +install-common: - $(INSTALL_DIR) $(DESTDIR)$(includedir) + $(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR) for f in wx/stc/stc.h; do \ - if test ! -d $(DESTDIR)$(includedir)/`dirname $$f` ; then \ + if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \ |