blob: 152bf747308277ca483535bf67f9de0b0205baef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- contrib/src/plot/Makefile.in.orig Sun Jun 27 21:36:28 2004
+++ contrib/src/plot/Makefile.in Sun Jun 27 21:36:37 2004
@@ -171,6 +171,8 @@
all: $(__plotdll___depname) $(__plotlib___depname)
install: all $(__install_plotdll___depname) $(__install_plotlib___depname)
+
+install-common:
$(INSTALL_DIR) $(DESTDIR)$(includedir)
for f in wx/plot/plot.h wx/plot/plot_dwn.bmp wx/plot/plot_enl.bmp wx/plot/plot_shr.bmp wx/plot/plot_up.bmp wx/plot/plot_zin.bmp wx/plot/plot_zot.bmp wx/plot/wxplot.rc; do \
if test ! -d $(DESTDIR)$(includedir)/`dirname $$f` ; then \
|