Skip to content

Commit

Permalink
Fix spurious messages from Makefile.generic
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcz committed May 24, 2023
1 parent b4e7dbc commit 95b5a70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/Makefile.generic
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ $(CPPPROGRAMS) : % : $(ALLOBJECTS)
$(LIB) : % : $(OBJECTS)
$(LIBTOOL) $(LIBFLAGS) $@ $(OBJECTS)

include $(DEPENDS)
-include $(DEPENDS)

clean:
-rm -f $(PROGRAMS) $(ALLOBJECTS) $(DEPENDS) $(LIB) $(CYSOURCES) $(HYSOURCES) $(CLEXSOURCES)
Expand Down

0 comments on commit 95b5a70

Please sign in to comment.