From a3dc9a288aabcdb40573a0dcef1f27bb79d08cde Mon Sep 17 00:00:00 2001 From: michael Date: Fri, 2 Oct 1998 09:16:33 +0000 Subject: [PATCH] Set prognames correct --- fcl/tests/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fcl/tests/Makefile b/fcl/tests/Makefile index 9ac53c3219..6a56b9d241 100644 --- a/fcl/tests/Makefile +++ b/fcl/tests/Makefile @@ -32,7 +32,7 @@ BININSTALLDIR=/usr/local/bin # If nothing special needs doing, then just fill in the names here. # The rest should be automatic. #UNITNAMES= -PROGNAMES=t001 +PROGNAMES=fstream mstream list dparser UNITOBJECTS=$(addsuffix .o, $(UNITNAMES)) UNITFILES=$(addsuffix .ppu, $(UNITNAMES)) PROGSOURCES=$(addsiffix .pp, $(PROGNAMES))