mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 01:09:27 +02:00
Set prognames correct
This commit is contained in:
parent
4f2592ae7f
commit
a3dc9a288a
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user