Skip to content

Commit 1457c45

Browse files
author
Yuuki Harano
authored
Merge pull request emacs-mirror#4 from alyssais/glib-compile-schemas
Makefile: use relative GLIB_COMPILE_SCHEMAS path
2 parents 5313395 + 1a4bb65 commit 1457c45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ LN_S_FILEONLY = @LN_S_FILEONLY@
303303
# We use gzip to compress installed .el and some .txt files.
304304
GZIP_PROG = @GZIP_PROG@
305305

306-
GLIB_COMPILE_SCHEMAS = /usr/bin/glib-compile-schemas
306+
GLIB_COMPILE_SCHEMAS = glib-compile-schemas
307307

308308
# ============================= Targets ==============================
309309

0 commit comments

Comments
 (0)