1
0
Files
irix-657m-src/eoe/cmd/pmake/tests/onevar.test
2022-09-29 17:59:04 +03:00

16 lines
324 B
Plaintext

#
# Makefile to test expansion of single-character variables in .PATH directives
#
PWD=.
P=$(PWD)/../src
.PATH.h: $(P)
#include "../lib/mk/shx.mk"
.IGNORE: # keep sh from aborting on failed ifs
make.h ::
: $(.TARGET)
if test "$(PWD)/../src" != "$P" ; then
@echo Check first part of Var_Parse
fi
@echo '(P)' = $(P)