Author: jgg
Date: 1998-11-05 00:17:10 GMT
Few more fixes
 aclocal.m4:
        aclocal -I buildlib
 
 aclocal.m4:
        aclocal -I buildlib
 
 $(BUILD)/config.status: configure
 $(BUILD)/config.status: configure
+       test -e $(BUILD) || mkdir $(BUILD)      
        (HERE=`pwd`; cd $(BUILD) && $$HERE/configure)
 $(BUILD)/include/config.h: buildlib/config.h.in
 $(BUILD)/environment.mak: buildlib/environment.mak.in
        (HERE=`pwd`; cd $(BUILD) && $$HERE/configure)
 $(BUILD)/include/config.h: buildlib/config.h.in
 $(BUILD)/environment.mak: buildlib/environment.mak.in
+$(CONVERTED): $(BUILD)/config.status
        (cd $(BUILD) && ./config.status)
        (cd $(BUILD) && ./config.status)