Reenable the ode build on Linux

This commit is contained in:
Wouter van Heyst 2003-01-19 22:30:56 +00:00
parent 016cca242f
commit 7401ed64a9

2
extern/ode/Makefile vendored

@ -40,6 +40,8 @@ all:
ifeq ($(OS),freebsd) ifeq ($(OS),freebsd)
(grep FreeBSD $(DISTDIR)/Makefile >/dev/null ; \ (grep FreeBSD $(DISTDIR)/Makefile >/dev/null ; \
[ $$? -eq 0 ] || patch < patchfile.FreeBSD ) [ $$? -eq 0 ] || patch < patchfile.FreeBSD )
endif
ifeq ($(OS),$(findstring $(OS), "freebsd linux"))
$(MAKE) -C $(DISTDIR) $(MAKE) -C $(DISTDIR)
endif endif
ifeq ($(OS),windows) ifeq ($(OS),windows)