diff options
Diffstat (limited to 'src/debug/makefile.in')
| -rw-r--r-- | src/debug/makefile.in | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/debug/makefile.in b/src/debug/makefile.in deleted file mode 100644 index 542f3a999..000000000 --- a/src/debug/makefile.in +++ /dev/null @@ -1,17 +0,0 @@ -# Convenience stub makefile to call the real Makefile. - -@SET_MAKE@ - -OBJEXT = @OBJEXT@ - -# Explicit so that it's the default rule. -all: - cd .. && $(MAKE) debug/all - -clean %.a %.$(OBJEXT): - cd .. && $(MAKE) debug/$@ - -.PHONY: all clean - -.SUFFIXES: -.SUFFIXES: .a .$(OBJEXT) |
