From c5ba611c51002e66793a8e6bec15d24f70929686 Mon Sep 17 00:00:00 2001 From: Peter Moulder Date: Wed, 12 Sep 2007 05:33:02 +0000 Subject: **/makefile.in: svn propset svn:eol-style native. Provide rule for %.$(OBJEXT) instead of %.o. (bzr r3726) --- src/debug/makefile.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/debug') diff --git a/src/debug/makefile.in b/src/debug/makefile.in index 89533f16d..542f3a999 100644 --- a/src/debug/makefile.in +++ b/src/debug/makefile.in @@ -2,16 +2,16 @@ @SET_MAKE@ +OBJEXT = @OBJEXT@ + # Explicit so that it's the default rule. all: cd .. && $(MAKE) debug/all -clean %.a %.o: +clean %.a %.$(OBJEXT): cd .. && $(MAKE) debug/$@ .PHONY: all clean -OBJEXT = @OBJEXT@ - .SUFFIXES: .SUFFIXES: .a .$(OBJEXT) -- cgit v1.2.3