wow. kdvi takes the best parts of me when it comes to portable

Makefiles ;)

svn path=/trunk/kdegraphics/kdvi/; revision=15812
This commit is contained in:
Stephan Kulow 1999-01-22 22:19:26 +00:00
parent 046640e2f5
commit e3256d848d

View file

@ -93,6 +93,8 @@ vf.c: $(kpathsea)
$(kpathsea):
test -d kpathsea || mkdir kpathsea
cd kpathsea && CC="$(CC)" CFLAGS="$(CFLAGS)" MAKE="$(MAKE)" $(srcdir)/kpathsea/configure
oldpath=`pwd`; \
cd $(srcdir) && newpath=`pwd`; \
cd $$oldpath/kpathsea && CC="$(CC)" CFLAGS="$(CFLAGS)" MAKE="$(MAKE)" $$newpath/kpathsea/configure
cd kpathsea && $(MAKE)