Permission denied error when using make all-recursive?
1
vote
0
answers
657
views
I am using autotools and GNU make to build a C library, there is a line
all: config.h
$(MAKE) $(AM_MAKEFLAGS) all-recursive
In the Makefile, and I get an error compiling
make all-recursive
make: make: Permission denied
make: *** [Makefile:427: all] Error 127
What's wrong?
Asked by Super User
(23 rep)
Apr 26, 2022, 03:34 AM