From d9424f2aabe7bb6ea11285c0c2f737d6bfb9c864 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Sun, 26 Oct 1997 10:00:37 +0000 Subject: [PATCH] create the kpathsea directory, befor trying to create the dependencies. This does not affect the snapshots, since they are made without dependency checking, but make it possible for CVS users to compile kdvi. svn path=/trunk/kdegraphics/kdvi/; revision=2319 --- Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Makefile.am b/Makefile.am index c820d8215..996ca88aa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -118,5 +118,10 @@ mscrbox.cpp : scrbox.h psheader.c: psheader.txt squeeze $(kpathsea) ./squeeze psheader.txt $@ +# this is somehow a dirty hack to force the automatic dependency checking +# to create the stuff in the kpathsea directory first. vf.c is the last +# source file in the list. +vf.c: $(kpathsea) + $(kpathsea): cd kpathsea && ./configure && $(MAKE)