mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-22 00:09:25 +02:00
* fixed typo GRPAH to GRAPH
git-svn-id: trunk@2246 -
This commit is contained in:
parent
d87a52fcca
commit
36ae732398
File diff suppressed because it is too large
Load Diff
@ -11,12 +11,12 @@ libc=y
|
||||
|
||||
# clean package units
|
||||
[clean]
|
||||
units=$(GGIGRAPH_UNIT) $(GRPAH_UNIT)
|
||||
units=$(GGIGRAPH_UNIT) $(GRAPH_UNIT)
|
||||
|
||||
[target]
|
||||
dirs=
|
||||
units=
|
||||
units_linux=$(GRPAH_UNIT) $(GGIGRAPH_UNIT)
|
||||
units_linux=$(GRAPH_UNIT) $(GGIGRAPH_UNIT)
|
||||
units_freebsd=graph $(GGIGRAPH_UNIT)
|
||||
units_win32=graph wincrt winmouse
|
||||
units_go32v2=graph
|
||||
|
Loading…
Reference in New Issue
Block a user