Fix *-recursive targets for old bash versions
commit6a822b5fd919df4eb433803690cf7eee52f593b4
authorJonas Fonseca <fonseca@diku.dk>
Tue, 27 Sep 2005 17:02:09 +0000 (27 19:02 +0200)
committerJonas Fonseca <fonseca@antimatter.(none)>
Tue, 27 Sep 2005 17:02:09 +0000 (27 19:02 +0200)
treea9efbb718a9ca8bc5e028a132e9ff018eecc2ff2
parent249fac4345f0ab3ccf62b6154bb3d9bcf3b2230b
Fix *-recursive targets for old bash versions

Apparently some old bash versions (2.03 atleast) on SunOS is not able to
handle 'for i in $(SUBDIRS); do ... done' when $(SUBDIRS) is empty.
Makefile.lib