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

Makefiles ;)

svn path=/trunk/kdegraphics/kdvi/; revision=15812
remotes/origin/kdvi-1.1
Stephan Kulow 28 years ago
parent 046640e2f5
commit e3256d848d
  1. 4
      Makefile.am

@ -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)

Loading…
Cancel
Save