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

This commit is contained in:
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 ) [ $$? -eq 0 ] || patch < patchfile.FreeBSD )
endif endif
ifeq ($(OS),$(findstring $(OS), "freebsd linux")) ifeq ($(OS),$(findstring $(OS), "freebsd linux"))
[ -d $(DISTDIR)/lib ] || mkdir $(DISTDIR)/lib
$(MAKE) -C $(DISTDIR) $(MAKE) -C $(DISTDIR)
endif endif
ifeq ($(OS),windows) ifeq ($(OS),windows)