Browse Source

Do not use bashisms and clean tstest.{o,d} files.

Georgi Chorbadzhiyski 12 years ago
parent
commit
2b9327fbb5
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      Makefile

+ 2
- 2
Makefile View File

@@ -42,7 +42,7 @@ tstest: $(tstest_OBJS)
42 42
 -include $(OBJS:.o=.d)
43 43
 
44 44
 clean:
45
-	$(Q)echo "  RM	$(PROG) $(OBJS:.o=.{o,d})"
46
-	$(Q)$(RM) $(PROG) tstest $(OBJS:.o=.{o,d}) *~
45
+	$(Q)echo "  RM	$(PROG) $(OBJS) $(OBJS:.o=.d})"
46
+	$(Q)$(RM) $(PROG) tstest tstest.o tstest.d $(OBJS) $(OBJS:.o=.d) *~
47 47
 
48 48
 distclean: clean

Loading…
Cancel
Save