From: Gilles Depeyrot Date: Sat, 14 Sep 2002 05:56:49 +0000 (+0000) Subject: don't override INSTALL as install path is made absolute in configure X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/892bf376e9040a1d31092bea8a2c2dad194ee829?ds=inline don't override INSTALL as install path is made absolute in configure git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17172 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/samples/stc/Makefile.in b/contrib/samples/stc/Makefile.in index c9ab5b0261..cffdcc78d7 100644 --- a/contrib/samples/stc/Makefile.in +++ b/contrib/samples/stc/Makefile.in @@ -19,6 +19,3 @@ APPEXTRADEFS=-I$(top_srcdir)/contrib/include DATAFILES=stctest.cpp include $(top_builddir)/src/makeprog.env - -INSTALL:=../../$(INSTALL) - diff --git a/samples/stc/Makefile.in b/samples/stc/Makefile.in index c9ab5b0261..cffdcc78d7 100644 --- a/samples/stc/Makefile.in +++ b/samples/stc/Makefile.in @@ -19,6 +19,3 @@ APPEXTRADEFS=-I$(top_srcdir)/contrib/include DATAFILES=stctest.cpp include $(top_builddir)/src/makeprog.env - -INSTALL:=../../$(INSTALL) -