diff options
| author | Martin Owens <doctormo@gmail.com> | 2013-06-26 15:18:52 +0000 |
|---|---|---|
| committer | Martin Owens <doctormo@gmail.com> | 2013-06-26 15:18:52 +0000 |
| commit | 9c54e4ae9e74a13735989977a477141c7a5535cf (patch) | |
| tree | da8573fc1ae357cf193cd13de49034805ff29df2 /src/libavoid/makefile | |
| parent | Fix Gtk3 build by including togglebutton header (diff) | |
| download | inkscape-9c54e4ae9e74a13735989977a477141c7a5535cf.tar.gz inkscape-9c54e4ae9e74a13735989977a477141c7a5535cf.zip | |
Add render rack gear extension from bug#1174800, modify gears location to render sub-menu
Fixed bugs:
- https://launchpad.net/bugs/1174800
(bzr r12391)
Diffstat (limited to 'src/libavoid/makefile')
| -rw-r--r-- | src/libavoid/makefile | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/libavoid/makefile b/src/libavoid/makefile deleted file mode 100644 index e4f83a52d..000000000 --- a/src/libavoid/makefile +++ /dev/null @@ -1,17 +0,0 @@ -# Convenience stub makefile to call the real Makefile. - - - -OBJEXT = o - -# Explicit so that it's the default rule. -all: - cd .. && $(MAKE) libavoid/all - -clean %.a %.$(OBJEXT): - cd .. && $(MAKE) libavoid/$@ - -.PHONY: all clean - -.SUFFIXES: -.SUFFIXES: .a .$(OBJEXT) |
