diff options
Diffstat (limited to 'config')
-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 51cf691..63bd512 100644 --- a/config/conclude.in +++ b/config/conclude.in @@ -98,7 +98,8 @@ uninstall: # mostlyclean: -$(RM) $(LIB_OBJ) $(LIB_OBJ:.lo=.o) - -$(RM) $(TEST_OBJ) $(PROG_OBJ) $(MOSTLYCLEAN) + -$(RM) $(TEST_OBJ) $(TEST_OBJ:.lo=.o) + -$(RM) $(PROG_OBJ) $(PROG_OBJ:.lo=.o) $(MOSTLYCLEAN) # Like `mostlyclean' except it also removes the final targets: things like # libraries and executables. This target doesn't remove any file that |