diff options
Diffstat (limited to 'libindicator/Makefile.in')
-rw-r--r-- | libindicator/Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libindicator/Makefile.in b/libindicator/Makefile.in index cfbeb09..78b19ad 100644 --- a/libindicator/Makefile.in +++ b/libindicator/Makefile.in @@ -932,11 +932,11 @@ s-enum-types-c: $(indicator_headers) gen-%.xml.h: %.xml @echo "Building $@ from $<" - @echo "extern const char * _$(subst -,_,$(subst .,_,$(basename $<)));" > $@ + @echo "extern const char * _$(subst -,_,$(subst .,_,$(basename $(notdir $<))));" > $@ gen-%.xml.c: %.xml @echo "Building $@ from $<" - @echo "const char * _$(subst -,_,$(subst .,_,$(basename $<))) = " > $@ + echo "const char * _$(subst -,_,$(subst .,_,$(basename $(notdir $<)))) = " > $@ @sed -e "s:\":\\\\\":g" -e s:^:\": -e s:\$$:\\\\n\": $< >> $@ @echo ";" >> $@ |