comparison src/Makefile.in @ 4084:babc519f245b

[project @ 2002-10-03 03:23:14 by jwe]
author jwe
date Thu, 03 Oct 2002 03:23:15 +0000
parents b908aaa4080a
children 5a82e874999b
comparison
equal deleted inserted replaced
4083:9a1bdd7fff3e 4084:babc519f245b
485 485
486 oct-gperf.h: octave.gperf 486 oct-gperf.h: octave.gperf
487 @echo "making $@ from $<" 487 @echo "making $@ from $<"
488 @$(GPERF) -t -C -D -E -G -L ANSI-C \ 488 @$(GPERF) -t -C -D -E -G -L ANSI-C \
489 -H octave_kw_hash -N octave_kw_lookup \ 489 -H octave_kw_hash -N octave_kw_lookup \
490 $< | sed 's,lookup\[,gperf_lookup[,' > $@-t 490 $< | $(SED) 's,lookup\[,gperf_lookup[,' > $@-t
491 @$(top_srcdir)/move-if-change $@-t $@ 491 @$(top_srcdir)/move-if-change $@-t $@
492 492
493 check: all 493 check: all
494 .PHONY: check 494 .PHONY: check
495 495