Set prognames correct

This commit is contained in:
michael 1998-10-02 09:16:33 +00:00
parent 4f2592ae7f
commit a3dc9a288a

View File

@ -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))