Skip to content
Snippets Groups Projects
Commit bafbb808 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Add support for Gnu make

parent 5cc1643b
No related branches found
No related tags found
No related merge requests found
......@@ -39,7 +39,7 @@ all: FORCE
echo "uncomment the MAKESLAPD line in Make-common to make slurpd"; \
exit 0; \
else \
make slurpd; \
$(MAKE) slurpd; \
fi
slurpd: version.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment