mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-13 10:19:19 +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.
|
# If nothing special needs doing, then just fill in the names here.
|
||||||
# The rest should be automatic.
|
# The rest should be automatic.
|
||||||
#UNITNAMES=
|
#UNITNAMES=
|
||||||
PROGNAMES=t001
|
PROGNAMES=fstream mstream list dparser
|
||||||
UNITOBJECTS=$(addsuffix .o, $(UNITNAMES))
|
UNITOBJECTS=$(addsuffix .o, $(UNITNAMES))
|
||||||
UNITFILES=$(addsuffix .ppu, $(UNITNAMES))
|
UNITFILES=$(addsuffix .ppu, $(UNITNAMES))
|
||||||
PROGSOURCES=$(addsiffix .pp, $(PROGNAMES))
|
PROGSOURCES=$(addsiffix .pp, $(PROGNAMES))
|
||||||
|
Loading…
Reference in New Issue
Block a user