source:
scripts/untested/blfs-patches/tetex-src-2.0.2-remove_readlink-1.patch@
1c379e4
Last change on this file since 1c379e4 was 617118d, checked in by , 19 years ago | |
---|---|
|
|
File size: 2.3 KB |
-
tetex-src-2.0.2/texk/kpathsea/Makefile.in
Submitted By: Jim Gifford (jim at linuxfromscratch dot org) Date: 2004-05-24 Initial Package Version: 2.0.2 Origin: Jim Gifford Upstream Status: Not Sent Description: Removes Readlink. Readlink is also included in coreutils. Coreutils version is more robust. $LastChangedBy: bdubbs $ $Date: 2004-08-07 18:56:30 -0600 (Sat, 07 Aug 2004) $
old new 38 38 .c.lo: 39 39 $(KPATHSEA_CC) $< $(ALL_CFLAGS) 40 40 41 default all: kpsewhich kpsestat access readlink$(library).info manfiles41 default all: kpsewhich kpsestat access $(library).info manfiles 42 42 43 43 kpsewhich: $(kpathsea) kpsewhich.o 44 44 $(kpathsea_link) kpsewhich.o $(LOADLIBES) … … 49 49 access: access.o 50 50 $(link_command) access.o 51 51 52 readlink: readlink.o53 $(link_command) readlink.o54 55 52 $(kpathsea): $(objects) klibtool.version 56 53 $(LIBTOOL) archive $(AR) $(ARFLAGS) $@ $(objects) 57 54 … … 184 181 $(INSTALL_LIBTOOL_PROG) $(bindir) kpsewhich 185 182 $(INSTALL_PROGRAM) kpsestat $(bindir) 186 183 $(INSTALL_PROGRAM) access $(bindir) 187 $(INSTALL_PROGRAM) readlink $(bindir)188 184 uninstall-exec: 189 185 rm -f $(bindir)/kpsewhich 190 186 … … 259 255 ac_include ../make/clean.mk 260 256 261 257 mostlyclean:: 262 rm -f kpsewhich kpsestat access readlink*.lo klibtool.version258 rm -f kpsewhich kpsestat access *.lo klibtool.version 263 259 rm -rf PROF PROF_SHARED SHARED STATIC 264 260 distclean:: 265 261 rm -f paths.h texmf.cnf texmf.sed stamp-paths 266 262 267 263 # The manual pages 268 manfiles = access.1 kpsestat.1 kpsewhich.1 readlink.1\264 manfiles = access.1 kpsestat.1 kpsewhich.1 \ 269 265 mktexlsr.1 mktexmf.1 mktextfm.1 mktexpk.1 270 266 271 267 ac_include ../make/man.mk -
tetex-src-2.0.2/Makefile.in
old new 44 44 kpsewhich mag makeindex makeinfo mf mf-nowin mft mfw mpost mpto newer \ 45 45 odvicopy odvips odvitype omega omfonts otangle otp2ocp outocp oxdvi.bin \ 46 46 patgen pdfetex pdftex pfb2pfa pk2bm pktogf pktype pltotf pooltype ps2pk \ 47 readlinktangle tcdialog tex texindex tftopl tie ttf2afm vftovp vptovf \47 tangle tcdialog tex texindex tftopl tie ttf2afm vftovp vptovf \ 48 48 weave xdvi.bin 49 49 50 50 # Subdirectories that have makefiles
Note:
See TracBrowser
for help on using the repository browser.