diff options
Diffstat (limited to 'config/conclude.in')
-rw-r--r-- | config/conclude.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/conclude.in b/config/conclude.in index 3740080..2f55ede 100644 --- a/config/conclude.in +++ b/config/conclude.in @@ -81,7 +81,8 @@ uninstall: # remove things like object files but not libraries or executables. # mostlyclean: - -$(RM) $(LIB_OBJ) $(TEST_OBJ) $(PROG_OBJ) $(MOSTLYCLEAN) + -$(RM) $(LIB_OBJ) $(LIB_OBJ:.lo=.o) + -$(RM) $(TEST_OBJ) $(PROG_OBJ) $(MOSTLYCLEAN) # Like `mostlyclean' except it also removes the final targets: things like # libraries and executables. This target doesn't remove any file that |