- oops. change order so that things other than libltdl get built as well.

This commit is contained in:
Bryce Denney 2002-10-12 12:00:44 +00:00
parent b82a5d9e5e
commit 35142c0ef3

@ -1,11 +1,11 @@
SUBDIRS = test1-static test2-dynamic test3-twomodules test4-interdep test5-execsymbols test6-ltdlopen
build_libltdl:
cd libltdl; make all
all: build_libltdl
for i in $(SUBDIRS); do (echo Entering $$i; cd $$i; make all; echo Leaving $$i;); done
build_libltdl:
cd libltdl; make all
test: all
for i in $(SUBDIRS); do (echo Entering $$i; cd $$i; make test; echo Leaving $$i;); done