]> git.saurik.com Git - wxWidgets.git/commitdiff
fixed a typo in cygwin make install
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 21 Dec 2002 13:41:02 +0000 (13:41 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 21 Dec 2002 13:41:02 +0000 (13:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18386 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

Makefile.in

index b34f5f24db4f67a3071d44c64537520e2d753441..7e06e210649f320f7fc2776d664a495176c0f70d 100644 (file)
@@ -405,8 +405,8 @@ win32install: preinstall
                        $(top_srcdir)/include/wx/msw/*.bmp \
                        $(top_srcdir)/include/wx/msw/wx.rc \
                                $(includedir)/wx/msw
-       $(INSTALL_DATA) $(top_srcdir)/include/wx/msw/gnuwin32/*.h $(include)/wx/msw/gnuwin32
-       $(INSTALL_DATA) $(top_srcdir)/include/wx/msw/gnuwin32/gl/*.h $(include)/wx/msw/gnuwin32/gl
+       $(INSTALL_DATA) $(top_srcdir)/include/wx/msw/gnuwin32/*.h $(includedir)/wx/msw/gnuwin32
+       $(INSTALL_DATA) $(top_srcdir)/include/wx/msw/gnuwin32/gl/*.h $(includedir)/wx/msw/gnuwin32/gl
 
 # this is the real install target: copies the library, wx-config and the
 # headers to the installation directory