Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
trac 29310: use CURDIR
Browse files Browse the repository at this point in the history
  • Loading branch information
jhpalmieri committed Oct 29, 2021
1 parent c7cfd31 commit d3d1405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ ssl: all
# Cleaning up
###############################################################################

SAGE_ROOT ?= $(shell pwd)
SAGE_ROOT ?= $(CURDIR)
SAGE_SRC ?= $(SAGE_ROOT)/src

clean:
Expand Down

0 comments on commit d3d1405

Please sign in to comment.