From: Mattia Barbon Date: Wed, 17 Sep 2003 20:46:49 +0000 (+0000) Subject: Regenerated with newer bakefile, fixing DESTDIR bug. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/48748ed4977ccba8c00bd62364237756a7b888b9?hp=dfaff5b0cce1906ba16c43566365dad6595ee63d Regenerated with newer bakefile, fixing DESTDIR bug. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23641 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/Makefile.in b/Makefile.in index eb87c0f495..d7c65ce28c 100644 --- a/Makefile.in +++ b/Makefile.in @@ -17,7 +17,6 @@ CPPFLAGS = @CPPFLAGS@ CXX = @CXX@ CXXFLAGS = @CXXFLAGS@ DEREZ = @DEREZ@ -DESTDIR = @DESTDIR@ DLLPREFIX = @DLLPREFIX@ EXTRALIBS = @EXTRALIBS@ EXTRALIBS_GUI = @EXTRALIBS_GUI@ @@ -115,6 +114,7 @@ ALL_BASE_HEADERS = \ wx/dynload.h \ wx/encconv.h \ wx/event.h \ + wx/except.h \ wx/features.h \ wx/ffile.h \ wx/file.h \ @@ -504,6 +504,7 @@ DBGRIDLIB_CXXFLAGS = $(__dbgridlib_PCH_INC) $(CPPFLAGS) -D__WX$(TOOLKIT)__ \ $(__INC_REGEX_p) $(__INC_EXPAT_p) $(CXXFLAGS) DBGRIDLIB_OBJECTS = \ dbgridlib_dbgrid.o +DESTDIR = GLDLL_CXXFLAGS = $(__gldll_PCH_INC) $(CPPFLAGS) -D__WX$(TOOLKIT)__ \ $(__WXUNIV_DEFINE_p) -I$(top_srcdir)/include $(__INC_TIFF_p) \ $(__INC_JPEG_p) $(__INC_PNG_p) $(__INC_ZLIB_p) $(__INC_ODBC_p) \