Avoid cleaning buildtmp for make clean. Causes subsequent make to fail.

This commit is contained in:
Moinak Ghosh 2014-05-04 19:55:01 +05:30
parent 9cbdd7ce8c
commit 7830473c65

View file

@ -401,10 +401,9 @@ test: all
(cd test; ulimit -c unlimited; sh ./run_test.sh $(TESTSUITE) ) 2>&1 | tee test.log
clean:
$(RM) $(PROG) $(OBJS) $(PROGOBJS) $(BAKFILES) $(LIB) $(LIB).$(LIBVER)
$(RM) buildtmp/$(PROG) $(OBJS) $(PROGOBJS) $(BAKFILES) $(LIB) $(LIB).$(LIBVER)
$(RM) test.log
$(RM_RF) test/datafiles
$(RM_RF) buildtmp
distclean: clean
$(RM) Makefile