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
remotes/origin/kdvi-1.1
Stephan Kulow 29 years ago
parent 2553dcb854
commit d9424f2aab
  1. 5
      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)

Loading…
Cancel
Save