Parly fixed "make distcheck"

This commit is contained in:
Pierre Pronchery 2015-02-23 02:05:23 +01:00
parent 765e6b2839
commit f1e255e9a8

View File

@ -28,7 +28,7 @@
PROGNAME="cpp.sh" PROGNAME="cpp.sh"
#executables #executables
CPP="../src/cpp" CPP="../src/cpp"
[ -n "$OBJDIR" ] && CPP="${OBJDIR}cpp" [ -n "$OBJDIR" ] && CPP="${OBJDIR}../src/cpp"
#functions #functions