[gnumeric] win32: use @PERL@



commit cf66aa4e35916c4c09bf2d76728025fc4cc55319
Author: Morten Welinder <terra gnome org>
Date:   Wed Apr 14 23:16:30 2010 -0400

    win32: use @PERL@

 schemas/Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/schemas/Makefile.am b/schemas/Makefile.am
index e04b6ac..f23bc9c 100644
--- a/schemas/Makefile.am
+++ b/schemas/Makefile.am
@@ -28,8 +28,8 @@ reg_DATA = $(schema_in_files:.schemas.in=.reg) $(schema_in_files:.schemas.in=.hk
 CLEANFILES += $(reg_DATA)
 
 .schemas.in.reg:
-	$(PERL) $(top_srcdir)/tools/handle-conf-options --reg $< >$(abs_builddir)/$@
+	@PERL@ $(top_srcdir)/tools/handle-conf-options --reg $< >$(abs_builddir)/$@
 
 .schemas.in.hkcu.reg:
-	$(PERL) $(top_srcdir)/tools/handle-conf-options --hkcu-reg $< >$(abs_builddir)/$@
+	@PERL@ $(top_srcdir)/tools/handle-conf-options --hkcu-reg $< >$(abs_builddir)/$@
 endif



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]