1
0
mirror of git://projects.qi-hardware.com/ben-wpan.git synced 2024-06-16 13:09:48 +03:00

Makefile.recurse: moved into makefiles/

- Makefile.recurse: moved into makefiles/
- tools/Makefile, cntr/tools/Makefile: updated path to Makefile.recurse
This commit is contained in:
Werner Almesberger 2011-03-22 11:05:05 -03:00
parent 6caa0d36ab
commit 7cf2b0d352
3 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# #
# tools/Makefile - Build the CNTR control tool # tools/Makefile - Build the CNTR control tool
# #
# Written 2010 by Werner Almesberger # Written 2010-2011 by Werner Almesberger
# Copyright 2010 Werner Almesberger # Copyright 2010-2011 Werner Almesberger
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -13,4 +13,4 @@
DIRS=cntr DIRS=cntr
include ../../Makefile.recurse include ../../makefiles/Makefile.recurse

View File

@ -21,7 +21,7 @@ HOST = ben
endif endif
include ../Makefile.recurse include ../makefiles/Makefile.recurse
.PHONY: upload .PHONY: upload