diff options
Diffstat (limited to 'src/debug')
| -rw-r--r-- | src/debug/makefile.in | 6 |
1 files changed, 3 insertions, 3 deletions
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) |
