]> git.pld-linux.org Git - packages/tcl.git/commitdiff
install more headers
authorArtur Frysiak <artur@frysiak.net>
Tue, 10 Oct 2000 16:22:00 +0000 (16:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    tcl-headers_fix.patch -> 1.3

tcl-headers_fix.patch

index 6457640d3d902089667d50a7f76bd22b21a1eec8..22a9d9f5f79c696e07876672b47fb2dccd290d8a 100644 (file)
@@ -18,7 +18,7 @@ diff -Nru tcl8.0.5/unix/Makefile.in tcl8.0.5.new/unix/Makefile.in
            fi
        @echo "Installing header files";
 -      @for i in $(GENERIC_DIR)/tcl.h $(GENERIC_DIR)/tclDecls.h ; \
-+      @for i in tcl.h tclDecls.h tclIntDecls.h tclMath.h tclInt.h tclPort.h tclRegexp.h ; \
++      @for i in tcl.h tclDecls.h tclIntDecls.h tclMath.h tclInt.h tclPort.h tclRegexp.h tclPlatDecls.h tclIntPlatDecls.h ; \
            do \
 -          $(INSTALL_DATA) $$i $(INCLUDE_INSTALL_DIR); \
 +          $(INSTALL_DATA) $(GENERIC_DIR)/$$i $(INCLUDE_INSTALL_DIR); \
This page took 0.037237 seconds and 4 git commands to generate.