diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile index 0e2630d..f54289e 100644 --- a/src/Makefile +++ b/src/Makefile @@ -3,7 +3,7 @@ include ../../../support/include.mk ERLC_FLAGS += -I ../.. -pa ../ebin/ SCRIPT=../bin/ermacs -SED_EXPR = s\\%BASEDIR%\\`pwd`/..\\ +SED_EXPR = s:%BASEDIR%:`pwd`/..: all: $(ERL_OBJECTS) $(SCRIPT) |