diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2017-07-28 14:40:39 +0200 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2017-07-31 23:03:30 +0200 |
commit | 0f8b5fd5a05c1261061a94270218b701c1298719 (patch) | |
tree | 56f77d1193b5334247fc91e7d98e163a83c2347a /fpm/Makefile | |
parent | build: zebra: remove *_method Makefile hacks (diff) | |
download | frr-0f8b5fd5a05c1261061a94270218b701c1298719.tar.xz frr-0f8b5fd5a05c1261061a94270218b701c1298719.zip |
build: non-recursive qpb & fpm
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'fpm/Makefile')
-rw-r--r-- | fpm/Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/fpm/Makefile b/fpm/Makefile new file mode 100644 index 000000000..1d280d176 --- /dev/null +++ b/fpm/Makefile @@ -0,0 +1,10 @@ +all: ALWAYS + @$(MAKE) -s -C .. fpm/libfrrfpm_pb.la +%: ALWAYS + @$(MAKE) -s -C .. fpm/$@ + +Makefile: + #nothing +ALWAYS: +.PHONY: ALWAYS makefiles +.SUFFIXES: |