diff src/Makefile.in @ 3675:59123cd0be83

[project @ 2000-06-07 17:14:36 by jwe]
author jwe
date Wed, 07 Jun 2000 17:14:37 +0000
parents 0689afb1d001
children 55e59236c5e5
line wrap: on
line diff
--- a/src/Makefile.in	Wed Jun 07 17:11:34 2000 +0000
+++ b/src/Makefile.in	Wed Jun 07 17:14:37 2000 +0000
@@ -463,7 +463,7 @@
 
 oct-gperf.h: octave.gperf
 	@echo "making $@ from $<"
-	@gperf -a -g -p -t -C -D -E -G -L ANSI-C \
+	@$(GPERF) -a -g -p -t -C -D -E -G -L ANSI-C \
                -H octave_kw_hash -N octave_kw_lookup \
 	  $< | sed 's,lookup\[,gperf_lookup[,' > $@.t
 	@$(top_srcdir)/move-if-change $@.t $@