Create dist/lib so the build can create it's library as expected

This commit is contained in:
Wouter van Heyst
2003-01-20 00:01:05 +00:00
parent 7401ed64a9
commit 558b75b9d3

1
extern/ode/Makefile vendored
View File

@@ -42,6 +42,7 @@ all:
[ $$? -eq 0 ] || patch < patchfile.FreeBSD )
endif
ifeq ($(OS),$(findstring $(OS), "freebsd linux"))
[ -d $(DISTDIR)/lib ] || mkdir $(DISTDIR)/lib
$(MAKE) -C $(DISTDIR)
endif
ifeq ($(OS),windows)