blob: dad93fe6d39159ae8f5c7622d81bdc32ba4ba959 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
$NetBSD: patch-aa,v 1.1.1.1 2009/04/11 21:35:19 minskim Exp $
--- ../make/tkpathsea.mk.orig 2008-05-29 13:59:08.000000000 -0700
+++ ../make/tkpathsea.mk
@@ -4,10 +4,9 @@ makeargs = $(MFLAGS) CC='$(CC)' CFLAGS='
# This is wrong: the library doesn't depend on kpsewhich.c or
# acconfig.h. But what to do?
-$(kpathsea): $(kpathsea_srcdir)/*.c $(kpathsea_srcdir)/*.h \
- $(top_srcdir)/../make/paths.mk
- cd $(kpathsea_dir) && $(MAKE) $(makeargs)
+$(kpathsea):
+ true
-$(kpathsea_dir)/paths.h: $(kpathsea_srcdir)/texmf.cnf
- cd $(kpathsea_dir) && $(MAKE) $(makeargs)
+$(kpathsea_dir)/paths.h:
+ true
# End of tkpathsea.mk.
|