| 12345678910111213 |
- Index: Makefile.in
- --- Makefile.in.orig 2004-10-10 17:17:27 +0200
- +++ Makefile.in 2005-02-24 22:26:54 +0100
- @@ -7894,7 +7894,7 @@
- $(INSTALL_DIR) $(DESTDIR)$(bindir)
- $(INSTALL_DIR) $(DESTDIR)$(libdir)/wx/config
- $(INSTALL_PROGRAM) lib/wx/config/$(TOOLCHAIN_FULLNAME) $(DESTDIR)$(libdir)/wx/config
- - (cd $(DESTDIR)$(bindir) && rm -f wx-config && $(LN_S) $(DESTDIR)$(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config)
- + (cd $(DESTDIR)$(bindir) && rm -f wx-config && $(LN_S) $(libdir)/wx/config/$(TOOLCHAIN_FULLNAME) wx-config)
-
- locale_install:
- $(INSTALL_DIR) $(DESTDIR)$(datadir)/locale
|