summaryrefslogtreecommitdiff
path: root/x11-toolkits/wxgtk29/files/patch-contrib-src-stc-Makefile.in
blob: b665ce68fe64f79649d90dc365cc2045d32b2bbe (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- contrib/src/stc/Makefile.in.orig	2009-03-06 18:18:00.000000000 +0600
+++ contrib/src/stc/Makefile.in	2009-03-20 00:07:59.000000000 +0600
@@ -369,6 +369,8 @@
 all: $(__stcdll___depname) $(__stclib___depname)
 
 install: $(__install_stcdll___depname) $(__install_stclib___depname)
+
+install-common:
 	$(INSTALL_DIR) $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)
 	for f in wx/stc/stc.h; do \
 	if test ! -d $(DESTDIR)$(includedir)/wx-$(WX_RELEASE)$(WX_FLAVOUR)/`dirname $$f` ; then \