aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-06-17 23:53:55 +0200
committerMattias Andrée <maandree@operamail.com>2014-06-17 23:53:55 +0200
commit2a42ef1436709cee0c7a97b2416f1c68ef8cd7d0 (patch)
tree0655b6c2313a5bc5bd0ed17690f9ad0a194241f7 /Makefile
parenttypo (diff)
downloadlibgamma-2a42ef1436709cee0c7a97b2416f1c68ef8cd7d0.tar.gz
libgamma-2a42ef1436709cee0c7a97b2416f1c68ef8cd7d0.tar.bz2
libgamma-2a42ef1436709cee0c7a97b2416f1c68ef8cd7d0.tar.xz
change gpp symbols to ascii
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3079635..d635b18 100644
--- a/Makefile
+++ b/Makefile
@@ -129,7 +129,7 @@ obj/lib/%.o: obj/lib/%.c src/lib/*.h
obj/%: src/%.gpp src/extract/libgamma-*-extract
mkdir -p $(shell dirname $@)
- $(GPP) --symbol '£' --input $< --output $@
+ $(GPP) --symbol '$$' --input $< --output $@
.PHONY: test
@@ -150,7 +150,7 @@ doc: info pdf dvi ps
obj/libgamma.texinfo: info/libgamma.texinfo $(foreach H,$(HEADERS_INFO),src/lib/$(H).h) \
src/extract/libgamma-*-extract info/texise info/behead
mkdir -p obj
- $(GPP) --symbol '£' --input $< --output $@
+ $(GPP) --symbol '%' --input $< --output $@
obj/%.texinfo: info/%.texinfo
mkdir -p obj