* another fix.

git-svn-id: trunk@11794 -
This commit is contained in:
marco 2008-09-16 20:48:02 +00:00
parent 61dd45f079
commit 2fbee5193d
2 changed files with 3 additions and 3 deletions

View File

@ -301,7 +301,7 @@ ifeq ($(FULL_TARGET),m68k-linux)
override TARGET_UNITS+=$(GRAPH_UNIT) $(GGIGRAPH_UNIT)
endif
ifeq ($(FULL_TARGET),m68k-freebsd)
override TARGET_UNITS+=graph $(GGIGRAPH_UNIT) sdlgraph
override TARGET_UNITS+=graph $(GGIGRAPH_UNIT)
endif
ifeq ($(FULL_TARGET),m68k-amiga)
override TARGET_UNITS+=graph
@ -322,7 +322,7 @@ ifeq ($(FULL_TARGET),x86_64-linux)
override TARGET_UNITS+=$(GRAPH_UNIT) $(GGIGRAPH_UNIT)
endif
ifeq ($(FULL_TARGET),x86_64-freebsd)
override TARGET_UNITS+=graph $(GGIGRAPH_UNIT) sdlgraph
override TARGET_UNITS+=graph $(GGIGRAPH_UNIT)
endif
ifeq ($(FULL_TARGET),arm-linux)
override TARGET_UNITS+=$(GRAPH_UNIT) $(GGIGRAPH_UNIT)

View File

@ -29,7 +29,7 @@ units_go32v2=graph
units_amiga=graph
units_i386_linux=sdlgraph
units_powerpc_linux=sdlgraph
units_freebsd=sdlgraph
units_i386_freebsd=sdlgraph
units_win32=sdlgraph
units_powerpc_darwin=sdlgraph
units_i386_darwin=sdlgraph